web/package.json

48 lines
1.4 KiB
JSON
Raw Normal View History

2019-07-03 22:50:04 +08:00
{
"name": "unlock-music",
2021-08-08 08:08:56 +08:00
"version": "v1.9.0",
2021-05-25 03:20:42 +08:00
"updateInfo": "新增写入本地文件系统; 优化.kwm解锁; 支持.acc嗅探; 使用Typescript重构",
2020-03-04 09:30:48 +08:00
"license": "MIT",
"description": "Unlock encrypted music file in browser.",
"repository": {
"type": "git",
"url": "https://github.com/ix64/unlock-music"
},
2019-07-03 22:50:04 +08:00
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
2020-03-04 08:43:23 +08:00
"build": "vue-cli-service build",
2021-02-08 01:28:30 +08:00
"fix-compatibility": "node ./src/fix-compatibility.js",
"make-extension": "node ./make-extension.js"
2019-07-03 22:50:04 +08:00
},
"dependencies": {
2020-11-26 17:28:14 +08:00
"base64-js": "^1.5.1",
2020-03-04 08:37:54 +08:00
"browser-id3-writer": "^4.4.0",
2021-08-08 08:08:56 +08:00
"core-js": "^3.16.0",
"crypto-js": "^4.1.1",
"element-ui": "^2.15.5",
2021-05-25 03:20:42 +08:00
"iconv-lite": "^0.6.3",
2021-02-08 04:26:56 +08:00
"jimp": "^0.16.1",
2020-07-18 19:25:41 +08:00
"metaflac-js": "^1.0.5",
2021-08-08 08:08:56 +08:00
"music-metadata-browser": "^2.4.3",
2020-12-19 21:16:53 +08:00
"register-service-worker": "^1.7.2",
2021-07-01 01:33:28 +08:00
"threads": "^1.6.5",
"vue": "^2.6.14"
2019-07-03 22:50:04 +08:00
},
"devDependencies": {
2021-08-08 08:08:56 +08:00
"@types/crypto-js": "^4.0.2",
2021-05-23 20:41:31 +08:00
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-pwa": "^4.5.13",
2021-05-23 21:01:17 +08:00
"@vue/cli-plugin-typescript": "^4.5.13",
2021-05-23 20:41:31 +08:00
"@vue/cli-service": "^4.5.13",
"babel-plugin-component": "^1.1.1",
2021-04-11 13:59:39 +08:00
"node-sass": "^5.0.0",
2021-05-23 20:41:31 +08:00
"sass-loader": "^10.2.0",
2021-04-11 13:59:39 +08:00
"semver": "^7.3.5",
2021-05-24 22:19:37 +08:00
"threads-plugin": "^1.4.0",
2021-07-01 01:33:28 +08:00
"typescript": "~4.1.6",
2019-07-03 22:54:29 +08:00
"vue-cli-plugin-element": "^1.0.1",
2021-07-01 01:33:28 +08:00
"vue-template-compiler": "^2.6.14"
2019-07-03 22:50:04 +08:00
}
}