You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "unlock-music",
|
|
"version": "v1.9.0-beta",
|
|
"updateInfo": "新增写入本地文件系统; 优化.kwm解锁; 支持.acc嗅探; 使用Typescript重构",
|
|
"license": "MIT",
|
|
"description": "Unlock encrypted music file in browser.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ix64/unlock-music"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"fix-compatibility": "node ./src/fix-compatibility.js",
|
|
"make-extension": "node ./make-extension.js"
|
|
},
|
|
"dependencies": {
|
|
"base64-js": "^1.5.1",
|
|
"browser-id3-writer": "^4.4.0",
|
|
"core-js": "^3.12.1",
|
|
"crypto-js": "^4.0.0",
|
|
"element-ui": "^2.15.1",
|
|
"iconv-lite": "^0.6.3",
|
|
"jimp": "^0.16.1",
|
|
"metaflac-js": "^1.0.5",
|
|
"music-metadata-browser": "^2.2.6",
|
|
"register-service-worker": "^1.7.2",
|
|
"threads": "^1.6.4",
|
|
"vue": "^2.6.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/crypto-js": "^4.0.1",
|
|
"@vue/cli-plugin-babel": "^4.5.13",
|
|
"@vue/cli-plugin-pwa": "^4.5.13",
|
|
"@vue/cli-plugin-typescript": "^4.5.13",
|
|
"@vue/cli-service": "^4.5.13",
|
|
"babel-plugin-component": "^1.1.1",
|
|
"node-sass": "^5.0.0",
|
|
"sass-loader": "^10.2.0",
|
|
"semver": "^7.3.5",
|
|
"threads-plugin": "^1.4.0",
|
|
"typescript": "~4.1.5",
|
|
"vue-cli-plugin-element": "^1.0.1",
|
|
"vue-template-compiler": "^2.6.12"
|
|
}
|
|
}
|