-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.59 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
{
"name": "@filecoin-saturn/homepage",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"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": {
"@mdx-js/loader": "^2.1.3",
"@mdx-js/mdx": "^2.1.3",
"@mdx-js/react": "^2.1.3",
"@next/mdx": "^12.1.6",
"@react-three/drei": "^9.11.3",
"@react-three/fiber": "^8.0.19",
"@tailwindcss/typography": "^0.5.4",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"detect-gpu": "^4.0.25",
"dotenv": "^16.3.1",
"gsap": "^3.10.4",
"lodash": "^4.17.21",
"next": "12.1.6",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^9.0.0",
"react": "18.1.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.1.0",
"react-spring": "^9.5.5",
"three": "^0.141.0",
"three-mesh-bvh": "^0.5.11",
"vfile": "^5.3.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.2.3",
"@types/lodash": "^4.14.182",
"@types/node": "17.0.34",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"@types/three": "^0.140.0",
"@types/webpack-env": "^1.18.0",
"asciinema-player": "^3.0.1",
"autoprefixer": "^10.4.7",
"cross-env": "^7.0.3",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
}
}