-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 KB
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
{
"name": "react-component-library",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"author": "",
"license": "ISC",
"peerDependencies": {
"react": ">=16"
},
"devDependencies": {
"@babel/core": "~7.10.2",
"@babel/preset-env": "~7.10.2",
"@babel/preset-react": "~7.10.1",
"babel-loader": "~8.1.0",
"clean-webpack-plugin": "~3.0.0",
"copy-webpack-plugin": "~6.0.2",
"css-loader": "~3.5.3",
"js-yaml": "~3.14.0",
"mini-css-extract-plugin": "~0.9.0",
"node-sass": "~4.14.1",
"react": "~16.13.1",
"react-dom": "~16.13.1",
"sass-loader": "~8.0.2",
"style-loader": "~1.2.1",
"webpack": "~4.43.0",
"webpack-cli": "~3.3.11",
"webpack-dev-server": "~3.11.0",
"webpack-dynamic-public-path": "~1.0.5",
"webpack-manifest-plugin": "~2.2.0",
"write-file-webpack-plugin": "~4.5.1"
},
"dependencies": {
"axios": "~0.19.2",
"moment": "~2.26.0"
}
}