-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 935 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
33
34
35
{
"name": "todo-list",
"version": "1.0.0",
"description": "",
"main": "src/popup/background.js",
"scripts": {
"watch": "webpack --mode=development --watch",
"build": "webpack --mode=development",
"browser": "web-ext run --browser-console --source-dir extension"
},
"author": "d",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.6.0",
"eslint": "^7.1.0",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"chart.js": "^2.9.3",
"core-js": "^3.6.5",
"jquery": "^3.5.1",
"moment": "^2.26.0",
"underscore": "^1.10.2"
}
}