-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.48 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "safe-place",
"version": "0.0.1",
"authors": [
"Brieuc CAILLOT & Léon BAUDOIN"
],
"private": true,
"scripts": {
"lint": "yarn prettier && yarn eslint",
"eslint": "eslint --fix 'src/**/*.{js,jsx,ts,tsx}' --ext jsconfig.json",
"prettier": "prettier --list-different '**/*.{js,jsx,ts,tsx,md}'",
"dev": "next dev",
"build": "next build",
"export": "EXPORT=true next build && EXPORT=true next export",
"analyze": "ANALYZE=true next build",
"start": "next start"
},
"dependencies": {
"@react-three/drei": "3.10.0",
"@react-three/postprocessing": "^1.5.2",
"@types/bezier-easing": "^2.1.2",
"bezier-easing": "^2.1.0",
"easing-functions": "^1.0.1",
"glsl-easings": "^1.0.0",
"glsl-noise": "^0.0.0",
"gsap": "^3.6.0",
"howler": "^2.2.1",
"lerp": "^1.0.3",
"leva": "^0.5.3",
"next": "^10.0.8",
"postprocessing": "^6.21.1",
"r3f-perf": "^0.83.1",
"react": "17.0.1",
"react-dom": "^17.0.1",
"react-merge-refs": "^1.1.0",
"react-three-fiber": "^5.3.19",
"react-transition-group": "^4.4.1",
"split-type": "^0.2.5",
"tailwindcss": "^2.0.3",
"three": "^0.126.1",
"uuid": "^8.3.2",
"webpack": "^5.24.4",
"zustand": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@next/bundle-analyzer": "^10.0.8",
"@types/gsap": "^1.20.2",
"@types/howler": "^2.2.2",
"@types/next": "^9.0.0",
"@types/node": "^14.14.33",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/react-transition-group": "^4.4.1",
"@types/three": "^0.126.0",
"@types/uuid": "^8.3.0",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"babel-plugin-glsl": "^1.0.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-tailwind": "^0.2.1",
"express": "^4.17.1",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"next-compose-plugins": "^2.2.1",
"next-offline": "^5.0.3",
"next-transpile-modules": "https://github.com/martpie/next-transpile-modules",
"node-sass": "^5.0.0",
"postcss": "^8.2.8",
"prettier": "^2.2.1",
"raw-loader": "^4.0.2",
"typescript": "^4.2.3"
},
"license": "MIT"
}