This repository was archived by the owner on Nov 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.47 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.47 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
{
"private": true,
"devDependencies": {
"clean-webpack-plugin": "^0.1.15",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "^0.11.0",
"font-face-mixin": "^1.1.0",
"node-sass": "^4.0.0",
"path": "^0.12.7",
"postcss-loader": "^1.3.0",
"precss": "^1.4.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"webpack": "^2.2.1",
"webpack-manifest-plugin": "^1.1.0",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"block-ui": "^2.70.1",
"bootstrap-hover-dropdown": "^2.2.1",
"bootstrap-sass": "^3.3.7",
"bootstrap-select": "^1.11.2",
"bootstrap-switch": "^3.3.2",
"fine-uploader": "^5.13.0",
"font-awesome": "^4.6.3",
"jquery": "^3.1.1",
"jquery-slimscroll": "^1.3.8",
"jquery-ui": "^1.12.1",
"jquery-validation": "^1.15.1",
"js-cookie": "^2.1.3",
"pace-progress": "^1.0.2",
"react": "^15.3.2",
"select2": "^4.0.3",
"select2-bootstrap-theme": "0.1.0-beta.9",
"simple-line-icons-webfont": "^4.0.3",
"skycons": "^1.0.0"
},
"scripts": {
"build": "webpack --colors || true",
"compile": "webpack --colors --display-cached --display-cached-assets --display-error-details --display-modules --display-chunks --debug || true",
"watch": "webpack --watch --colors || true"
}
}