generated from PenumbraPro/hooks-dev-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 KB
/
package.json
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
{
"name": "useMultiImperativeHandle",
"description": "",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"dev": "parcel ./public/index.html",
"build": "parcel build ./public/index.html",
"test": "jest --forceExit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linbudu599/hooks-dev-starter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/linbudu599/hooks-dev-starter/issues"
},
"homepage": "https://github.com/linbudu599/hooks-dev-starter#readme",
"dependencies": {
"parcel-bundler": "^1.12.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^3.9.7"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.12.1",
"@ice/spec": "^1.0.1",
"@jest/core": "^26.3.0",
"@testing-library/react-hooks": "^3.3.0",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"babel-jest": "^26.6.1",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"jest": "^26.3.0",
"jest-enzyme": "^7.1.2",
"react-test-renderer": "^16.13.1",
"ts-jest": "^26.2.0",
"ts-node": "^9.0.0"
}
}