forked from ecvdbdx/github-for-fashion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "github-for-fashion",
"description": "A web interface to share garment projects",
"version": "1.0.0",
"author": "ECV Digital Bordeaux 16/17",
"scripts": {
"dev": "webpack-dev-server --open --inline --hot",
"lint:vue": "eslint src --ext .vue",
"lint:js": "eslint src --ext .js",
"lint:js:fix": "eslint src --ext .js --fix",
"lint": "npm-run-all lint:vue lint:js:fix",
"precommit": "npm run lint",
"dev-server": "json-server --watch db.json"
},
"dependencies": {
"axios": "^0.16.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"github-api": "^3.0.0",
"lodash": "^4.17.4",
"material-components-web": "^0.8.0",
"mime-types": "^2.1.15",
"moment": "^2.18.1",
"sass-loader": "^6.0.2",
"vue": "^2.1.0",
"vue-analytics": "^4.1.0",
"vue-router": "^2.2.1"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-script-tags": "^0.3.0",
"eslint-plugin-vue": "^2.0.1",
"file-loader": "^0.9.0",
"husky": "^0.13.3",
"node-sass": "^4.5.0",
"npm-run-all": "^4.0.2",
"json-server": "^0.9.6",
"vue-loader": "^10.0.0",
"vue-template-compiler": "^2.1.0",
"webpack": "^2.1.0-beta.25",
"webpack-dev-server": "^2.1.0-beta.9"
}
}