-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "@tapgiants/form",
"version": "1.0.10",
"description": "Form markup and data helpers for use with Formik",
"main": "build/index.js",
"repository": "https://github.com/tapgiants/form.git",
"author": "Tap Giants",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch --mode development",
"build": "webpack --mode production"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"css-loader": "^2.1.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"recompose": "^0.30.0",
"style-loader": "^0.23.1",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2"
},
"peerDependencies": {
"react": "^16.7.0",
"react-dom": "^16.7.0",
"recompose": "^0.30.0"
},
"dependencies": {
"@tapgiants/form": "^1.0.10",
"formik": "^1.4.1"
}
}