-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "react-form-renderer",
"version": "0.1.8",
"description": "A simple React and React-Native form builder",
"main": "dist/index.js",
"scripts": {
"build": "NODE_ENV=production webpack -p --progress --colors",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storrisi/react-form-tools.git"
},
"keywords": [
"react",
"react-native",
"form",
"builder"
],
"author": "Simone Torrisi & Nikolas Mosca",
"license": "MIT",
"bugs": {
"url": "https://github.com/storrisi/react-form-tools/issues"
},
"homepage": "https://github.com/storrisi/react-form-tools#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"jsdom": "^11.3.0",
"react": "^16.0.0",
"react-attire": "^0.1.2",
"react-dom": "^16.0.0",
"webpack": "^3.8.1"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0"
}
}