-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 779 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 779 Bytes
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": "CV",
"version": "0.1.0",
"dependencies": {
"autoprefixer": "^7.2.5",
"bootstrap": "^4.0.0",
"chart.js": "^2.7.1",
"datatables.net-bs4": "^1.10.16",
"datatables.net-responsive-bs4": "^2.2.1",
"exports-loader": "^0.6.4",
"font-awesome": "^4.7.0",
"jquery": "^3.3.0",
"moment": "^2.20.1",
"popper.js": "^1.12.9"
},
"devDependencies": {
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"grunt": "^1.0.1",
"html-loader": "^0.5.5",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"webpack": "^3.10.0"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
}
}