-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.89 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
{
"name": "cvwebsite",
"type": "module",
"version": "1.3.0",
"scripts": {
"format": "prettier --config .prettierrc 'src/**/*.*' --write",
"dev": "astro dev",
"start": "prettier --config .prettierrc 'src/**/*.*' --write && yarn astro dev --host",
"build": "prettier --config .prettierrc 'src/**/*.*' --write && astro build",
"preview": "astro preview",
"astro": "astro",
"test": "jest",
"E2E": "playwright test",
"run": "dotenv -e .env astro dev"
},
"dependencies": {
"@astrojs/check": "^0.9.0",
"@astrojs/netlify": "^5.1.1",
"@astrojs/react": "^3.0.9",
"@astrojs/tailwind": "^5.1.0",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@react-three/drei": "^9.92.7",
"@react-three/fiber": "^8.15.12",
"astro": "^4.8.6",
"babel-jest": "^29.7.0",
"devicons-react": "^1.2.6",
"dompurify": "^3.0.6",
"dotenv": "^16.4.2",
"framer-motion": "^11.2.4",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.0",
"tailwindcss": "^3.4.0",
"three": "^0.171.0",
"three-stdlib": "^2.28.9",
"typescript": "^5.3.3",
"vite": "^6.0.0"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/dompurify": "^3.0.5",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.18",
"@types/three": "^0.170.0",
"dompurify": "^3.0.6",
"dotenv-webpack": "^8.0.1",
"gltfjsx": "^6.2.16",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^25.0.0",
"react-test-renderer": "^18.2.0",
"sharp": "^0.33.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2"
}
}