forked from berzniz/github_pr_tree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·46 lines (46 loc) · 1.44 KB
/
package.json
File metadata and controls
executable file
·46 lines (46 loc) · 1.44 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
41
42
43
44
45
46
{
"name": "github_pr_tree",
"version": "1.0.0",
"description": "Add a file tree to GitHub Pull Requests",
"scripts": {
"precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy",
"build": "node utils/build.js",
"start": "node utils/start.js",
"standard": "standard"
},
"dependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"chrome-web-store-item-property": "^1.1.2",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-icons-js": "^1.0.3",
"file-loader": "^0.11.2",
"fs-extra": "^0.30.0",
"glamor": "^3.0.0-3",
"hoist-non-react-statics": "^2.3.1",
"html-webpack-plugin": "^2.30.1",
"prop-types": "^15.5.8",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-treeview": "^0.4.7",
"source-map-support": "^0.4.15",
"style-loader": "^0.19.1",
"webpack": "2.2.1",
"webpack-dev-server": "^2.3.0",
"write-file-webpack-plugin": "3.4.2"
},
"devDependencies": {
"husky": "^0.13.4",
"snazzy": "^7.0.0",
"standard": "^10.0.2",
"webstore-upload": "^0.0.7"
}
}