-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 2.09 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
{
"name": "react-webpack",
"version": "1.0.0",
"description": "Mettlestate Shop",
"main": "index.js",
"license": "MIT",
"author": "Mettlestate",
"scripts": {
"build": "webpack --mode production",
"start": "webpack-dev-server --mode development",
"storybook": "start-storybook -p 5001",
"build-storybook": "build-storybook"
},
"dependencies": {
"@types/react-router-dom": "^5.1.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-transform-regenerator": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-links": "^6.3.7",
"@storybook/react": "^6.3.7",
"@storybook/theming": "^6.3.7",
"@svgr/webpack": "^5.5.0",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@types/styled-components": "^5.1.12",
"@types/webpack-env": "1.16.2",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"brotli-webpack-plugin": "^1.1.0",
"compression-webpack-plugin": "^8.0.1",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-config-wesbos": "1.0.1",
"eslint-plugin-html": "6.1.2",
"eslint-plugin-import": "2.24.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"json-loader": "^0.5.7",
"prettier": "2.3.2",
"regenerator-runtime": "0.13.9",
"terser-webpack-plugin": "5.1.4",
"typescript": "4.3.5",
"webp-loader": "^0.6.0",
"webpack": "5.51.0",
"webpack-cli": "4.8.0",
"webpack-dev-server": "4.0.0"
}
}