-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.8 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "tiny-react-spa",
"version": "1.3.2",
"description":
"React Single Page App generator with a more traditional approach to static assets",
"main": "bin/tiny-react-spa.js",
"bin": {
"tiny-react-spa": "./bin/tiny-react-spa.js"
},
"files": ["bin", "out"],
"repository": {
"type": "git",
"url": "git+https://github.com/mmellado/tiny-react-spa.git"
},
"keywords": [
"react",
"generator",
"single",
"page",
"app",
"react-router",
"redux"
],
"author": "Marcos Mellado <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmellado/tiny-react-spa/issues"
},
"homepage": "https://github.com/mmellado/tiny-react-spa#readme",
"dependencies": {
"argparse": "^1.0.9",
"fs-extra": "^4.0.2",
"ncp": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"copy-webpack-plugin": "^4.2.3",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"eslint": "^4.12.1",
"eslint-config-prettier": "^2.9.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"jest": "^21.2.1",
"node-sass-chokidar": "^0.0.3",
"prettier": "^1.9.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-test-renderer": "^16.2.0",
"redux": "^3.7.2",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.1"
}
}