-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.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
{
"name": "tsp-react-forms",
"version": "7.1.0",
"description": "Advanced React Forms; TypeScript first",
"license": "MIT",
"keywords": [
"react",
"form",
"typescript",
"javascript",
"threestup"
],
"files": [
"dist"
],
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/threestup/react-forms.git"
},
"dependencies": {
"@types/react": "^15.0.16",
"ramda": "^0.23.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"tsp-monads": "^1.0.3",
"validator": "^7.0.0"
},
"devDependencies": {
"@types/chai": "^3.4.35",
"@types/enzyme": "^2.7.5",
"@types/mocha": "^2.2.40",
"@types/node": "^7.0.8",
"@types/ramda": "^0.0.4",
"@types/sinon": "^1.16.35",
"@types/validator": "^6.2.0",
"chai": "^3.5.0",
"enzyme": "^2.7.1",
"jsdom": "^9.12.0",
"jsdom-global": "^2.1.1",
"mocha": "^3.2.0",
"react-addons-test-utils": "^15.4.2",
"sinon": "^2.0.0",
"typescript": "^2.3.2"
}
}