-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.01 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
{
"name": "react-ui-boilerplate",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack",
"start": "cross-env NODE_ENV=development API_HOST=http://localhost:3000 webpack serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smithjke/react-ui-boilerplate.git"
},
"author": "smithjke",
"license": "MIT",
"bugs": {
"url": "https://github.com/smithjke/react-ui-boilerplate/issues"
},
"homepage": "https://github.com/smithjke/react-ui-boilerplate#readme",
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@types/color-hash": "^1.0.2",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"html-webpack-plugin": "^5.5.0",
"react-refresh": "^0.13.0",
"typescript": "^4.7.3",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@hookform/resolvers": "^2.9.1",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.4",
"@mui/x-data-grid": "^5.12.1",
"color-hash": "^2.0.1",
"date-fns": "^2.28.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hook-form": "^7.32.1",
"react-router-dom": "^6.3.0",
"rxjs": "^7.5.5",
"yup": "^0.32.11"
}
}