-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 885 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
35
{
"name": "react-forms-state",
"version": "3.0.0-beta1-2",
"description": "React helpers to quickly make forms",
"main": "dist/bundle.js",
"scripts": {
"test": "jest",
"build": "webpack",
"jest": "jest --watch",
"watch": "webpack --watch"
},
"keywords": ["react", "form", "forms", "state"],
"author": "alanzanattadev",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"enzyme": "^2.9.1",
"flow-bin": "^0.53.1",
"jest": "^20.0.4",
"jest-cli": "^20.0.4",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-addons-test-utils": "^15.6.0",
"react-dom": "^15.6.1",
"webpack": "^3.5.5"
},
"dependencies": {
"immutable": "^3.8.1",
"rxjs": "^5.4.3"
}
}