-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) 路 1.17 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) 路 1.17 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
{
"name": "repository-tree",
"version": "0.1.0",
"description": "Pretty display directory tree view of a GitHub repository.",
"author": "xiaoluoboding <xiaoluoboding@gmail.com>",
"scripts": {
"dev": "webpack-dev-server --inline --hot --port 9876",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"babel-runtime": "^6.0.0",
"github-api": "^2.3.0",
"lodash": "^4.15.0",
"octicons": "^4.3.0",
"primer-css": "^4.1.0",
"treeify": "^1.0.1",
"vue": "^1.0.0",
"vue-clipboard": "0.0.1",
"vuex": "^1.0.0-rc.2"
},
"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",
"cross-env": "^1.0.6",
"css-loader": "^0.23.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.4",
"json-loader": "^0.5.4",
"url-loader": "^0.5.7",
"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"
}
}