-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.51 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.51 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@aloompa/react-universal-router",
"version": "1.2.18",
"description": "",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=dev node node_modules/jest/bin/jest.js",
"compile": "node_modules/.bin/tsc",
"watch": "node_modules/.bin/tsc --watch",
"release": "npm publish",
"server": "node ./server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aloompa/react-universal-router.git"
},
"jest": {
"verbose": true,
"testURL": "http://localhost"
},
"author": "Aloompa",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aloompa/react-universal-router/issues"
},
"homepage": "https://github.com/Aloompa/react-universal-router#readme",
"devDependencies": {
"@types/jest": "^22",
"express": "^4.16.4",
"jest": "^24.8.0",
"ramda": "^0.25.0",
"react": "16.2.0",
"react-dom": "16.2.1",
"react-functional-lifecycle": "^3.0.0",
"react-native": "^0.60.0",
"react-native-web": "0.4.0",
"react-redux": "^5.0.7",
"recompose": "^0.27.1",
"redux": "^4.0.0",
"redux-actions": "^2.4.0",
"styled-components": "^3.3.3",
"ts-loader": "^4.4.2",
"typescript": "^2.9.2",
"webpack": "^4.16.1",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.3"
},
"peerDependencies": {
"ramda": "*",
"react": "*",
"react-functional-lifecycle": "*",
"react-native": "*",
"react-redux": "*",
"recompose": "*",
"redux": "*",
"redux-actions": "*"
}
}