-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 993 Bytes
/
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
{
"name": "GistUX",
"version": "0.1.0",
"description": "GistUX",
"author": "Shashwat Chandra",
"scripts": {
"dev": "webpack --progress --watch",
"start": "cd dist && python3 -m http.server",
"lint": "eslint ./src"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.2",
"file-loader": "^0.11.2",
"github-api": "^3.0.0",
"style-loader": "^0.13.2",
"tree-model": "^1.0.6",
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"vue": "^2.2.0",
"vue-loader": "^11.1.3",
"vue-style-loader": "^1.0.0",
"vue-resource": "^1.2.1",
"vue-router": "^2.2.0",
"vue-template-compiler": "^2.2.0",
"vuex": "^2.2.1",
"webpack": "^3.6.0"
},
"devDependencies": {
"eslint": ">=4.18.2",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.3.0"
}
}