-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 819 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 819 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
{
"name": "react-actor",
"version": "1.0.0",
"description": "More than router of React",
"homepage": "",
"bug": "",
"scripts": {
"compile": "rimraf npm/__build__/**.js && babel modules --extensions .js --out-dir npm/__build__",
"publish": "npm publish npm/__build__/"
},
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.10",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"rimraf": "^2.5.4"
}
}