generated from christopher-caldwell/vite-material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.08 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "vite-ts-material-ui",
"homepage": "https://David200197.github.io/david-portafolio",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"format": "prettier --write src",
"lint": "eslint --ext .ts,.tsx src",
"dev": "vite",
"build": "tsc --noEmit && vite build",
"analyze": "ANALYZE=true yarn build",
"serve": "vite preview",
"predeploy": "npm run build && npm run update-cv",
"deploy": "gh-pages -d dist",
"only-deploy": "gh-pages -d dist",
"package-only-install": "npm install --package-lock-only",
"update-cv": "ts-node scripts/update-cv/script.ts"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@emotion/is-prop-valid": "^1.2.2",
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"@hookform/resolvers": "^3.1.0",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.1",
"@types/express": "^4.17.21",
"@types/react-scroll": "^1.8.7",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.43.9",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.8.2",
"react-scroll": "^1.8.9",
"react-tsparticles": "^2.9.3",
"react-ui-scrollspy": "^2.3.0",
"react-useanimations": "^2.10.0",
"ts-node": "^10.9.2",
"tsparticles": "^2.9.3",
"typed.js": "^2.0.12",
"zod": "^3.21.4",
"zustand": "^4.3.6"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "^1.0.1",
"dotenv": "^16.4.5",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.0.0",
"express": "^4.19.2",
"gh-pages": "^5.0.0",
"handlebars": "^4.7.8",
"prettier": "^2.4.1",
"puppeteer-core": "^22.8.0",
"rc": "^1.2.8",
"react-scripts": "^4.0.3",
"rollup-plugin-visualizer": "^5.5.2",
"typescript": "^4.1.2",
"vite": "^2.0.1",
"vite-plugin-checker": "^0.3.4",
"vite-plugin-svgr": "^2.4.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead"
],
"development": [
"last 1 chrome version"
]
}
}