-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 788 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 788 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
33
{
"name": "ractor-react",
"version": "1.1.8",
"description": "react binding for Ractor",
"main": "dist/index.js",
"repository": {
"url": "https://github.com/huangbinjie/ractor-react"
},
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -fr dist & tsc",
"prepare": "npm run build"
},
"author": "corol",
"license": "ISC",
"peerDependencies": {
"ractor": "^1.0.8",
"react": "^16.0.0 || ^15.6.1"
},
"devDependencies": {
"@types/node": "^8.0.34",
"@types/react": "^16.3.5",
"@types/react-dom": "^15.5.5",
"ractor": "^1.0.12",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"typescript": "^2.9.2"
},
"dependencies": {
"prop-types": "^15.6.0"
}
}