-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.16 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
{
"private": true,
"dependencies": {
"admin-lte": "^2.3.2",
"animate.css-js": "0.0.8",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"bootstrap": "^3.3.6",
"bootstrap-sass": "^3.0.0",
"clean-webpack-plugin": "^0.1.8",
"copy-webpack-plugin": "^1.1.1",
"dotenv": "^2.0.0",
"font-awesome": "^4.5.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^2.2.2",
"jquery-knob": "^1.2.11",
"jquery-mapael": "^1.1.0",
"laravel-elixir": "^4.0.0",
"react": "^0.14.7",
"react-addons-css-transition-group": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.1",
"redux": "^3.3.1",
"redux-diff-logger": "0.0.9",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.8.8",
"node-sass": "^3.4.2",
"nodemon": "^1.9.1",
"webpack": "^1.12.14"
},
"devDependencies": {
},
"scripts": {
"build-js": "webpack --display-error-details --progress --colors --watch",
"build-css": "node-sass resources/assets/sass/app.scss public/assets/css/style.css",
"build": "npm run build-js & npm run build-css"
}
}