-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.4 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.4 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "LB-RB",
"description": "LB-RB",
"author": "LB-RB Team",
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"babel-cli": "6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"breakpoint-sass": "^2.7.1",
"breakpoint-slicer": "^2.0.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-standard": "^12.0.0-alpha.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-standard": "^3.1.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"flask": "^0.2.10",
"font-awesome": "^4.7.0",
"font-awesome-sass-loader": "^2.0.1",
"import-glob-loader": "^1.1.0",
"node-sass": "^4.9.0",
"postcss": "6.0.22",
"postcss-cssnext": "3.1.0",
"postcss-icss-values": "2.0.1",
"postcss-import": "11.1.0",
"postcss-loader": "2.1.5",
"postcss-modules-values": "1.3.0",
"postcss-sass": "0.3.1",
"sass-loader": "^7.0.1",
"susy": "^3.0.5",
"url-loader": "^1.0.1",
"webpack": "^4.7.0",
"webpack-cli": "^2.1.3"
},
"dependencies": {
"es5-shim": "^4.5.10",
"es6-shim": "^0.35.3",
"normalize.css": "^8.0.0",
"reset-css": "3.0.0"
},
"scripts": {
"build": "./node_modules/webpack/bin/webpack.js",
"templates": "./bin/compile-templates"
}
}