-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.39 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.39 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
51
{
"name": "Syscase",
"description": "Syscase",
"author": "Firas Zaidan",
"devDependencies": {
"assets-webpack-plugin": "^3.9.10",
"braces": "^2.3.2",
"chokidar": "^2.1.8",
"@babel/core": "^7.7.5",
"@babel/cli": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"babel-loader": "^8.0.6",
"breakpoint-sass": "^2.7.1",
"breakpoint-slicer": "^2.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.3.2",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-standard": "^4.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^5.0.2",
"flask": "^0.2.10",
"import-glob-loader": "^1.1.0",
"node-sass": "^4.13.0",
"postcss": "^7.0.24",
"postcss-preset-env": "^6.7.0",
"postcss-icss-values": "^2.0.2",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-modules-values": "^3.0.0",
"postcss-sass": "^0.4.2",
"sass-loader": "^8.0.0",
"susy": "^3.0.5",
"url-loader": "^3.0.0",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"braces": "^2.3.2",
"chokidar": "^2.1.8",
"es5-shim": "^4.5.13",
"es6-shim": "^0.35.5",
"normalize.css": "^8.0.1",
"reset-css": "^5.0.1"
},
"scripts": {
"build": "./node_modules/webpack/bin/webpack.js"
}
}