-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
32 lines (32 loc) · 1002 Bytes
/
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
{
"name": "chongluadao-extension",
"version": "1.0.0",
"description": "chongluadao",
"scripts": {
"build": "rm -rf ./build/* && cp -r ./frontend/* ./build/ && webpack --config webpack.config.js && gulp licenses",
"build-firefox": "rm -rf ./build-firefox/* && cp -r ./frontend/* ./build-firefox/ && webpack --config webpack.firefox-config.js && gulp licenses --firefox"
},
"repository": {
"type": "git",
"url": "git+https://github.com/7zones/chongluadao-extension.git"
},
"author": "CLD",
"license": "ISC",
"bugs": {
"url": "https://github.com/7zones/chongluadao-extension/issues"
},
"homepage": "https://github.com/7zones/chongluadao-extension#readme",
"devDependencies": {
"dotenv": "^8.2.0",
"eslint": "^7.23.0",
"gulp": "^4.0.2",
"gulp-append-prepend": "1.0.8",
"webpack": "^4.0.0",
"webpack-cli": "^3.3.12",
"zip-folder": "^1.0.0"
},
"dependencies": {
"browserslist": "^4.17.0",
"glob-to-regexp": "^0.4.1"
}
}