-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "ephemere-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@types/lodash.throttle": "^4.1.7",
"body-scroll-lock": "^3.0.0",
"gsap": "^3.11.3",
"lodash.throttle": "^4.1.1",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.4.0",
"react-scroll": "^1.8.8",
"react-transition-group": "^4.4.5",
"three": "^0.136.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.2",
"@svgr/webpack": "^6.4.0",
"@types/body-scroll-lock": "^3.1.0",
"@types/node": "18.8.4",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-scroll": "^1.8.4",
"@types/react-transition-group": "^4.4.5",
"@types/scrollreveal": "^0.0.8",
"@types/three": "^0.144.0",
"eslint": "8.22.0",
"eslint-config-next": "12.3.1",
"glslify-loader": "^2.0.0",
"raw-loader": "^4.0.2",
"typescript": "4.8.4"
}
}