-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.53 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.53 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
47
48
49
50
51
52
53
54
{
"name": "whitelabel-solutions",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ignore-path .gitignore",
"format": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@react-three/drei": "^9.32.3",
"@react-three/fiber": "^8.8.4",
"gsap": "^3.11.3",
"locomotive-scroll": "^4.1.4",
"next": "12.1.6",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.0",
"next-transpile-modules": "^9.0.0",
"react": "18.1.0",
"react-countup": "^6.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.1.0",
"react-gsap": "^3.2.1",
"react-icons": "^4.4.0",
"react-locomotive-scroll": "^0.2.2",
"react-use": "^17.4.0",
"simplex-noise": "^4.0.0",
"three": "^0.144.0",
"three-stdlib": "^2.17.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"@types/three": "^0.144.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.2.4",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
}
}