-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
76 lines (76 loc) · 2.04 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "rc-use-form",
"version": "0.1.6",
"description": "manage form state use React Hooks",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"test": "jest --config test/unit/jest.conf.js",
"commit": "npx git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ariesjia/react-use-form.git"
},
"author": "Jia Chen <[email protected]>",
"license": "MIT",
"keywords": [
"react",
"form",
"state",
"hooks",
"react-use"
],
"bugs": {
"url": "https://github.com/ariesjia/react-use-form/issues"
},
"homepage": "https://github.com/ariesjia/react-use-form#readme",
"dependencies": {
"async-validator": "^1.10.1"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@emotion/core": "^10.0.10",
"@semantic-release/changelog": "^3.0.1",
"@semantic-release/git": "^7.0.5",
"@semantic-release/npm": "^5.0.5",
"@storybook/addon-actions": "5.0.11",
"@storybook/addon-links": "5.0.11",
"@storybook/addon-storysource": "5.0.11",
"@storybook/addons": "5.0.11",
"@storybook/react": "5.0.11",
"@types/jest": "^24.0.6",
"@types/react": "^16.8.0",
"@types/styled-jsx": "^2.2.8",
"babel-loader": "^8.0.5",
"bulma": "^0.7.4",
"callbag-interval": "^1.1.0",
"css-loader": "^2.1.0",
"emotion-theming": "10.0.7",
"gh-pages": "^2.0.1",
"hooks-test-util": "^0.0.2",
"jest": "^24.1.0",
"react": "^16.8.0",
"react-checkbox-group": "^4.0.1",
"react-dom": "^16.8.0",
"react-testing-library": "^5.9.0",
"rimraf": "^2.6.2",
"scss-loader": "^0.0.1",
"semantic-release": "^15.10.6",
"storybook": "^1.0.0",
"style-loader": "^0.23.1",
"styled-jsx": "^3.2.1",
"ts-jest": "^24.0.0",
"ts-loader": "5.3.3",
"ts-node": "7.0.1",
"typescript": "^3.2.2",
"user-event": "^1.4.4"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
}
}