2019-07-03 14:50:04 +00:00
|
|
|
{
|
2019-08-25 07:15:54 +00:00
|
|
|
"name": "unlock-music",
|
2021-02-08 11:28:40 +00:00
|
|
|
"version": "1.8.1",
|
|
|
|
"updateInfo": "添加构建为Docker镜像",
|
2020-03-04 01:30:48 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"description": "Unlock encrypted music file in browser.",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ix64/unlock-music"
|
|
|
|
},
|
2019-07-03 14:50:04 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
2020-03-04 00:43:23 +00:00
|
|
|
"build": "vue-cli-service build",
|
2021-02-07 17:28:30 +00:00
|
|
|
"fix-compatibility": "node ./src/fix-compatibility.js",
|
|
|
|
"make-extension": "node ./make-extension.js"
|
2019-07-03 14:50:04 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-11-26 09:28:14 +00:00
|
|
|
"base64-js": "^1.5.1",
|
2020-03-04 00:37:54 +00:00
|
|
|
"browser-id3-writer": "^4.4.0",
|
2021-02-07 20:26:56 +00:00
|
|
|
"core-js": "^3.8.3",
|
2020-02-23 05:42:20 +00:00
|
|
|
"crypto-js": "^4.0.0",
|
2021-02-07 20:26:56 +00:00
|
|
|
"element-ui": "^2.15.0",
|
|
|
|
"iconv-lite": "^0.6.2",
|
|
|
|
"jimp": "^0.16.1",
|
2020-07-18 11:25:41 +00:00
|
|
|
"metaflac-js": "^1.0.5",
|
2021-02-07 20:26:56 +00:00
|
|
|
"music-metadata-browser": "^2.2.4",
|
2020-12-19 13:16:53 +00:00
|
|
|
"register-service-worker": "^1.7.2",
|
2020-11-26 09:28:14 +00:00
|
|
|
"vue": "^2.6.12"
|
2019-07-03 14:50:04 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-02-07 20:26:56 +00:00
|
|
|
"@vue/cli-plugin-babel": "^4.5.11",
|
|
|
|
"@vue/cli-plugin-pwa": "^4.5.11",
|
|
|
|
"@vue/cli-service": "^4.5.11",
|
2019-07-05 07:05:11 +00:00
|
|
|
"babel-plugin-component": "^1.1.1",
|
2019-07-03 14:54:29 +00:00
|
|
|
"vue-cli-plugin-element": "^1.0.1",
|
2020-09-01 16:04:26 +00:00
|
|
|
"vue-template-compiler": "^2.6.12",
|
2021-02-07 20:26:56 +00:00
|
|
|
"workerize-loader": "^1.3.0",
|
|
|
|
"sass-loader": "^10.1.1",
|
|
|
|
"node-sass": "^5.0.0"
|
2019-07-03 14:50:04 +00:00
|
|
|
}
|
|
|
|
}
|