-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
54 lines (54 loc) · 1.43 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
48
49
50
51
52
53
54
{
"name": "reactstrap-formik",
"version": "1.0.9",
"dependencies": {
"bootstrap": "^4.1.3",
"formik": "^1.3.0",
"reactstrap": "^6.4.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.11",
"@storybook/addon-links": "^3.4.11",
"@storybook/addons": "^3.4.11",
"@storybook/react": "^3.4.11",
"@storybook/storybook-deployer": "^2.3.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-scripts": "1.1.5"
},
"peerDependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && NODE_ENV=production babel src/components --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s .out",
"build-storybook": "build-storybook -c .storybook -o .out",
"deploy-storybook": "storybook-to-ghpages"
},
"author": "Shoaib Khan <[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/shoaibkhan94/reactstrap-formik"
},
"keywords": [
"formik",
"react",
"bootstrap4",
"bootstrap",
"reactstrap"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
]
}