generated from stalehub/preact.template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "project",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "npm run build && gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@grnx-utils/react-hooks": "^0.2.1",
"@mui/icons-material": "^5.14.13",
"@mui/material": "^5.14.13",
"@reduxjs/toolkit": "^1.9.7",
"@vanilla-extract/css": "^1.13.0",
"@vanilla-extract/dynamic": "^2.0.3",
"@vanilla-extract/recipes": "^0.5.0",
"preact": "^10.16.0",
"react-input-mask": "^3.0.0-alpha.2",
"react-redux": "^8.1.3",
"react-router-dom": "^6.16.0"
},
"devDependencies": {
"@grnx-utils/eslint": "^1.3.24",
"@grnx-utils/types": "^1.0.1",
"@preact/preset-vite": "^2.5.0",
"@vanilla-extract/vite-plugin": "^3.9.0",
"eslint": "8.41.0",
"gh-pages": "^6.0.0",
"prettier": "^3.0.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-tsconfig-paths": "^4.2.1"
}
}