-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 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
{
"name": "ractor-hooks",
"version": "1.0.6",
"description": "",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc",
"test": "tsc & jest --env=jsdom",
"prepare": "rm -fr bin & npm run build"
},
"keywords": [
"ractor"
],
"author": "corol",
"license": "MIT",
"dependencies": {},
"peerDependencies": {
"ractor": "^1.1.0",
"react": "^16.7.0-alpha.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@types/react": "^16.7.3",
"@types/react-dom": "^16.0.9",
"ava": "^0.25.0",
"babel-core": "^7.0.0-bridge.0",
"jest": "^23.6.0",
"jest-dom": "^2.1.0",
"react-dom": "^16.7.0-alpha.0",
"npm-run-all": "^4.1.3",
"react-testing-library": "^5.2.3",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@types/enzyme": "^3.1.14",
"@types/enzyme-adapter-react-16": "^1.0.3",
"browser-env": "^3.2.5",
"enzyme-adapter-react-16": "^1.6.0",
"jsdom": "13.0.0",
"jsdom-global": "3.0.2",
"typescript": "^3.1.6"
}
}