-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.25 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
{
"name": "next-portfolio",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"production": "next build %% next start",
"lint": "eslint --fix --ext eslint '**/*.{ts,tsx,js,jsx}'",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/bundle-analyzer": "^12.3.4",
"@react-hook/resize-observer": "^1.2.6",
"@react-three/cannon": "^6.6.0",
"@react-three/drei": "^9.99.0",
"@react-three/fiber": "^8.15.16",
"@react-three/offscreen": "^0.0.8",
"axios": "^0.27.2",
"babel-plugin-glsl": "^1.0.0",
"cross-env": "^7.0.3",
"framer-motion": "^11.0.5",
"framer-motion-3d": "^11.0.5",
"glsl-noise": "0.0.0",
"glslify": "^7.1.1",
"next": "^14.1.0",
"next-seo": "^5.15.0",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-typing-effect": "^2.0.5",
"sass": "^1.69.7",
"three": "^0.161.0",
"three-stdlib": "^2.29.4"
},
"devDependencies": {
"@types/editorjs__header": "^2.6.3",
"@types/node": "17.0.17",
"@types/qs": "^6.9.11",
"@types/react": "17.0.39",
"@types/react-gtm-module": "^2.0.3",
"@types/react-typing-effect": "^2.0.7",
"@types/three": "^0.138.0",
"autoprefixer": "^10.4.17",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"postcss": "^8.4.35",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.1",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"webpack-glsl-loader": "^1.0.1"
}
}