-
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) · 846 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 846 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
{
"dependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"axios": "^1.3.4",
"dotenv": "^16.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"recoil": "^0.7.6",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/styled-components": "^5.1.26",
"babel-plugin-styled-components": "^2.0.7",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"image-webpack-loader": "^8.1.0",
"styled-components": "^5.3.6",
"ts-loader": "^9.4.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode development"
}
}