forked from BrainMaestro/FCE
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 KB
/
package.json
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
{
"name": "FCE",
"description": "Faculty evaluation system",
"scripts": {
"dev": "webpack-dev-server --inline --hot -d",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --watch",
"lint": "eslint resources/assets/js && echo \"eslint: no lint errors\"",
"lint:fix": "eslint ./resources/assets/js --fix"
},
"dependencies": {
"bulma": "0.0.23",
"font-awesome": "^4.6.1",
"store": "^1.3.20",
"url-loader": "^0.5.7",
"vue": "^1.0.0",
"vue-resource": "^0.7.0",
"vue-router": "^0.7.13"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"babel-runtime": "^6.6.1",
"cross-env": "^1.0.6",
"css-loader": "^0.23.0",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^7.0.0",
"style-loader": "^0.13.1",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^8.2.1",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
}
}