-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 835 Bytes
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
{
"name": "universal-router-react-kit",
"version": "0.1.0",
"description": "A set of helpful functions for universal-router",
"main": "bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "rollup -c ./rollup.config.js"
},
"author": {
"name": "Kanin Pavel",
"email": "kanin.pavel@gmail.com"
},
"license": "MIT",
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-preset-env": "1.6.0",
"babel-preset-react": "6.24.1",
"prettier": "^1.5.3",
"rollup": "^0.45.2",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2"
},
"dependencies": {
"history": "^4.6.3",
"query-string": "^4.3.4"
},
"peerDependencies": {
"react": "^15.6.1",
"universal-router": "^3.2.0"
}
}