forked from xsalazar/emoji-kitchen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 KB
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
{
"name": "emoji-kitchen",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"serve": "vite preview",
"start": "vite"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.14",
"@mui/lab": "^5.0.0-alpha.169",
"@mui/material": "^5.15.14",
"@primer/octicons-react": "^19.9.0",
"@types/file-saver": "^2.0.7",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/uuid": "^9.0.8",
"@uidotdev/usehooks": "^2.4.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint-config-react-app": "^7.0.1",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.4.3",
"uuid": "^9.0.1",
"vite": "^5.2.7",
"vite-tsconfig-paths": "^4.3.2"
}
}