-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "ac-ta-tool-helper",
"version": "1.0.0",
"description": "This is a Chrome extension that supports TA's work.",
"main": "main.js",
"scripts": {
"dev": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsungtingdu/ac-ta-tool-helper.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tsungtingdu/ac-ta-tool-helper/issues"
},
"homepage": "https://github.com/tsungtingdu/ac-ta-tool-helper#readme",
"dependencies": {},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-webpack-plugin": "^3.2.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
}
}