web/package.json

38 lines
1.0 KiB
JSON
Raw Normal View History

2019-07-03 14:50:04 +00:00
{
"name": "unlock-music",
2020-05-18 08:41:10 +00:00
"version": "1.5.2",
2020-04-26 07:17:40 +00:00
"updateInfo": "改善.mgg解锁算法",
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",
"fix-compatibility": "node ./src/fix-compatibility.js"
2019-07-03 14:50:04 +00:00
},
"dependencies": {
2020-04-26 06:32:32 +00:00
"base64-js": "^1.3.1",
2020-03-04 00:37:54 +00:00
"browser-id3-writer": "^4.4.0",
2020-01-21 11:01:52 +00:00
"core-js": "^3.6.4",
2020-02-23 05:42:20 +00:00
"crypto-js": "^4.0.0",
2019-11-30 13:10:40 +00:00
"element-ui": "^2.13.0",
2020-04-05 11:26:05 +00:00
"iconv-lite": "^0.5.1",
"music-metadata-browser": "^2.0.5",
"register-service-worker": "^1.7.1",
2020-01-21 11:01:52 +00:00
"vue": "^2.6.11"
2019-07-03 14:50:04 +00:00
},
"devDependencies": {
2020-07-16 13:28:49 +00:00
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-pwa": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"babel-plugin-component": "^1.1.1",
2019-07-03 14:54:29 +00:00
"vue-cli-plugin-element": "^1.0.1",
2020-02-04 16:30:44 +00:00
"vue-template-compiler": "^2.6.11",
2020-07-16 13:28:49 +00:00
"workerize-loader": "^1.3.0"
2019-07-03 14:50:04 +00:00
}
}