-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 830 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 830 Bytes
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
{
"name": "@bojagi/example-react-bootstrap",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"start": "webpack-dev-server --open --mode development",
"build": "webpack --mode production",
"storybook": "start-storybook"
},
"dependencies": {
"bootstrap": "^4.4.1",
"react": "~16.13.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "~16.13.0",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/preset-env": "7.8.4",
"@babel/preset-react": "^7.8.3",
"@bojagi/cli": "0.18.0-next.3",
"@storybook/react": "^5.3.12",
"babel-loader": "8.0.6",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"webpack": "4.41.5",
"webpack-cli": "~3.3.10",
"webpack-dev-server": "~3.10.3"
}
}