-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "babble",
"version": "0.2.1",
"description": "说都不会话了。",
"author": "All Babble Contributors",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "git://github.com/XCF-Babble/babble.git"
},
"scripts": {
"build": "webpack --config webpack/webpack.prod.js --progress",
"dev": "webpack --config webpack/webpack.dev.js --progress",
"watch": "webpack --config webpack/webpack.dev.js --watch",
"clean": "rm -rf dist",
"fix-lint": "tslint --project tsconfig.json --fix",
"lint": "tslint --project tsconfig.json",
"chromium": "ln -sf platform/chromium/manifest.json manifest.json",
"firefox": "ln -sf platform/firefox/manifest.json manifest.json"
},
"dependencies": {},
"devDependencies": {
"@types/bootstrap": "^4.3.1",
"@types/chrome": "0.0.88",
"@types/jquery": "^3.3.31",
"@types/libsodium-wrappers": "^0.7.7",
"@types/node": "^12.12.24",
"copy-webpack-plugin": "^5.1.1",
"libsodium": "^0.7.6",
"libsodium-wrappers": "^0.7.6",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.1"
}
}