forked from veensy/Modal-Simple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.17 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "whyseco-modal-simple",
"version": "1.0.21",
"dependencies": {
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"deploy-storybook": "storybook-to-ghpages"
},
"devDependencies": {
"react-scripts": "3.0.1",
"webpack": "^4.32.2",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@sambego/storybook-state": "^1.3.4",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-info": "^5.1.1",
"@storybook/addon-knobs": "^5.1.8",
"@storybook/addon-links": "^5.0.11",
"@storybook/addon-options": "^5.1.8",
"@storybook/addons": "^5.0.11",
"@storybook/react": "^5.0.11",
"@storybook/storybook-deployer": "^2.8.1",
"babel-loader": "^8.0.6",
"babel-plugin-react-docgen": "^3.1.0",
"core-js": "^3.1.3",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.1",
"node-sass": "^4.12.0",
"raw-loader": "^3.0.0",
"react-bootstrap": "^1.0.0-beta.9",
"react-docgen": "^4.1.1",
"react-dom": "^16.8.6",
"sass-loader": "^7.1.0",
"storybook-addon-jsx": "^7.1.2",
"storybook-addon-react-docgen": "^1.2.2",
"webpack-cli": "^3.3.2"
},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"description": "This is a simple quick and customizable modal component that you can use in your App. The modal is based on bootstrap.",
"main": "build/Modal.js",
"repository": {
"type": "git",
"url": "git+https://github.com/veensy/Modal-Simple.git"
},
"keywords": [
"react",
"bootstrap",
"simple",
"modal",
"dialog"
],
"author": "“Belvilus <“[email protected]”>",
"license": "MIT",
"bugs": {
"url": "https://github.com/veensy/Modal-Simple/issues"
},
"homepage": "https://github.com/veensy/Modal-Simple#readme"
}