web/package.json

53 lines
1.5 KiB
JSON
Raw Normal View History

2019-07-03 14:50:04 +00:00
{
"name": "unlock-music",
2021-08-27 02:01:05 +00:00
"version": "v1.9.1",
2021-05-24 19:20:42 +00:00
"updateInfo": "新增写入本地文件系统; 优化.kwm解锁; 支持.acc嗅探; 使用Typescript重构",
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-12-14 07:39:52 +00:00
"test": "jest",
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": {
2021-12-14 07:39:52 +00:00
"@babel/preset-typescript": "^7.16.5",
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-08-08 00:08:56 +00:00
"core-js": "^3.16.0",
"crypto-js": "^4.1.1",
"element-ui": "^2.15.5",
2021-05-24 19:20:42 +00:00
"iconv-lite": "^0.6.3",
2021-02-07 20:26:56 +00:00
"jimp": "^0.16.1",
2020-07-18 11:25:41 +00:00
"metaflac-js": "^1.0.5",
2021-08-24 15:55:44 +00:00
"music-metadata": "7.9.0",
"music-metadata-browser": "2.2.7",
2020-12-19 13:16:53 +00:00
"register-service-worker": "^1.7.2",
2021-06-30 17:33:28 +00:00
"threads": "^1.6.5",
"vue": "^2.6.14"
2019-07-03 14:50:04 +00:00
},
"devDependencies": {
2021-08-08 00:08:56 +00:00
"@types/crypto-js": "^4.0.2",
2021-12-14 07:39:52 +00:00
"@types/jest": "^27.0.3",
2021-05-23 12:41:31 +00:00
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-pwa": "^4.5.13",
2021-05-23 13:01:17 +00:00
"@vue/cli-plugin-typescript": "^4.5.13",
2021-05-23 12:41:31 +00:00
"@vue/cli-service": "^4.5.13",
"babel-plugin-component": "^1.1.1",
2021-12-14 06:57:48 +00:00
"jest": "^27.4.5",
2021-08-24 15:12:31 +00:00
"sass": "^1.38.1",
2021-05-23 12:41:31 +00:00
"sass-loader": "^10.2.0",
2021-04-11 05:59:39 +00:00
"semver": "^7.3.5",
2021-05-24 14:19:37 +00:00
"threads-plugin": "^1.4.0",
2021-12-14 06:57:48 +00:00
"typescript": "^4.5.4",
2019-07-03 14:54:29 +00:00
"vue-cli-plugin-element": "^1.0.1",
2021-06-30 17:33:28 +00:00
"vue-template-compiler": "^2.6.14"
2019-07-03 14:50:04 +00:00
}
}