-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 912 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": "submission_indrarahmanto",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"lint": "eslint ./src",
"start-dev": "webpack-dev-server --config webpack.dev.js --open",
"build": "webpack --config webpack.prod.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^6.0.1",
"css-loader": "^3.5.3",
"eslint": "^7.1.0",
"eslint-config-google": "^0.14.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"chart.js": "^2.9.4",
"jquery": "^3.5.1",
"moment": "^2.26.0",
"regenerator-runtime": "^0.13.5"
}
}