web/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

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