-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
{
"name": "sambell",
"version": "8.0.0",
"license": "MIT",
"files": ["bin", "scripts", "template", "webpack"],
"homepage": "https://github.com/humblespark/sambell",
"repository": {
"type": "git",
"url": "git+https://github.com/humblespark/sambell.git"
},
"bugs": {
"url": "https://github.com/humblespark/sambell/issues"
},
"bin": {
"sambell": "./bin/sambell.js"
},
"dependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-import-inspector": "2.0.0",
"babel-plugin-module-resolver": "2.7.1",
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"chalk": "2.2.0",
"filesize": "3.5.11",
"gzip-size": "4.0.0",
"import-inspector": "2.0.0",
"isomorphic-fetch": "2.2.1",
"minimist": "1.2.0",
"ncp": "2.0.0",
"react-dev-utils": "4.1.0",
"source-map-support": "0.5.0",
"styled-jsx": "2.1.2",
"webpack": "3.8.1",
"webpack-node-externals": "1.6.0"
},
"peerDependencies": {
"react": "^16.0.0",
"styled-jsx": "^2.0.0"
},
"tags": ["react", "universal", "starter-kit"],
"keywords": ["react", "universal", "starter-kit"]
}