-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.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
{
"name": "edu-react-styling",
"version": "1.0.0",
"main": "index.js",
"author": "Gyeongtae Gim",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/serialize": "^1.1.2",
"@emotion/styled": "^11.11.0",
"@loadable/component": "^5.15.3",
"@vanilla-extract/css": "^1.14.0",
"classnames": "^2.3.2",
"color": "^4.2.3",
"csstype": "^3.1.2",
"flat": "^6.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-router-dom": "^6.18.0"
},
"devDependencies": {
"@types/color": "^3.0.6",
"@types/flat": "^5.0.5",
"@types/loadable__component": "^5.13.7",
"@types/node": "^20.8.10",
"@types/react": "^18.2.35",
"@types/react-dom": "^18.2.14",
"@vanilla-extract/vite-plugin": "^3.9.0",
"@vitejs/plugin-react-swc": "^3.4.1",
"typescript": "^5.2.2",
"typescript-plugin-css-modules": "^5.0.2",
"vite": "^4.5.0"
},
"scripts": {
"dev": "vite",
"build": "vite build"
}
}