-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
34 lines (34 loc) · 877 Bytes
/
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
{
"name": "react-serial-forms",
"version": "3.0.3",
"description": "A lean, highly performant, and extendable form library for React.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepublish": "rm -rf lib/* && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/psaia/react-serial-forms.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/psaia/react-serial-forms/issues"
},
"homepage": "https://github.com/psaia/react-serial-forms#readme",
"peerDependencies": {
"lodash": "4.x",
"react": "16.x"
},
"dependencies": {
"fast-observer": "^1.0.2"
},
"devDependencies": {
"@types/lodash": "^4.14.144",
"@types/react": "^16.9.6",
"lodash": "^4.17.15",
"react": "^16.10.2"
}
}