-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.51 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
{
"name": "react-skeleton",
"version": "1.0.0",
"description": "basic react skeleton",
"main": "index.js",
"scripts": {
"build": "webpack --mode=development",
"start": "webpack serve --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sun-empire-solutions/react-skeleton.git"
},
"keywords": [
"react",
"skeleton"
],
"author": "amendezm",
"license": "ISC",
"bugs": {
"url": "https://github.com/sun-empire-solutions/react-skeleton/issues"
},
"homepage": "https://github.com/sun-empire-solutions/react-skeleton#readme",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/jquery": "^3.5.14",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.1",
"@mui/styled-engine-sc": "^5.8.0",
"html-webpack-plugin": "^5.5.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.5"
}
}