-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1005 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
36
37
38
{
"name": "frontend",
"version": "1.0.0",
"description": "rocket.watch frontend",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yasiupl/rocket.watch.git"
},
"author": "yasiupl",
"license": "ISC",
"bugs": {
"url": "https://github.com/yasiupl/rocket.watch/issues"
},
"homepage": "https://github.com/yasiupl/rocket.watch#readme",
"devDependencies": {
"css-loader": "^3.5.2",
"file-loader": "^4.3.0",
"html-webpack-plugin": "^4.2.0",
"mini-css-extract-plugin": "^0.8.2",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-inject-plugin": "^1.5.4",
"webpack-pwa-manifest": "^4.2.0",
"workbox-webpack-plugin": "^4.3.1"
},
"dependencies": {
"chart.js": "^2.9.3",
"materialize-css": "^1.0.0",
"webpack-google-tag-manager-plugin": "^1.0.3"
}
}