-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.15 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.15 KB
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
{
"name": "starter-kit",
"version": "1.0.0",
"author": "Flavien Rodrigues <fro@opcoding.eu>",
"dependencies": {
"autoprefixer": "^8.6.0",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"bootstrap": "^4.1.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "v4.0.0-beta.0",
"file-loader": "^1.1.11",
"font-awesome": "~5",
"github-markdown-css": "^2.10.0",
"highlight.js": "^9.12.0",
"html-webpack-plugin": "^3.2.0",
"i": "^0.3.6",
"jquery": "^3.3.1",
"node-sass": "^4.9.0",
"popper.js": "^1.14.3",
"postcss-loader": "^2.1.5",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^7.0.2",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.10.2",
"webpack-cli": "^3.0.2",
"webpack-manifest-plugin": "^2.0.3"
},
"scripts": {
"dev": " NODE_ENV=development webpack --watch",
"build": "NODE_ENV=production webpack"
}
}