This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.06 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
69
70
71
72
73
74
75
76
{
"name": "respa",
"version": "0.1.12",
"description": "React/Redux based SPA framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": "bin/respa.js",
"scripts": {
"test": "echo \"We're working on test cases...\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/innopals/respa.git"
},
"keywords": [
"React",
"Redux",
"SPA",
"framework"
],
"author": "bestmike007",
"license": "MIT",
"bugs": {
"url": "https://github.com/innopals/respa/issues"
},
"homepage": "https://github.com/innopals/respa#readme",
"engines": {
"node": ">=6.11.0"
},
"files": [
"dist/",
"bin/"
],
"dependencies": {
"@types/history": "^4.6.2",
"@types/node": "^9.4.7",
"@types/qs": "^6.5.1",
"@types/react": "^16.0.40",
"@types/react-redux": "^5.0.15",
"@types/react-router": "^4.0.22",
"@types/webpack-env": "^1.13.5",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"history": "^4.7.2",
"html-webpack-plugin": "^2.30.1",
"qs": "^6.5.1",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"redux": "^3.7.2",
"style-loader": "^0.19.0",
"webpack": "^3.8.1"
},
"peerDependencies": {
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"connect-history-api-fallback": "^1.3.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.16.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.19.1"
}
}