-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "the_fluffies",
"version": "8.15.0",
"description": "Create your pony or furry avatar in 3D cartoon style. Created by Electrum18",
"author": "Electrum18 (https://github.com/Electrum18)",
"private": true,
"scripts": {
"dev": "next dev",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && next build",
"start": "next start",
"lint": "next lint"
},
"homepage": "https://github.com/Electrum18/The-Fluffies/",
"license": "mit",
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"dependencies": {
"@react-spring/three": "^9.5.2",
"@react-three/drei": "^7.18.0",
"@react-three/fiber": "^7.0.17",
"immer": "^9.0.6",
"jwt-simple": "^0.5.6",
"leva": "^0.9.14",
"next": "^12.0.1",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.4.0",
"next-themes": "^0.0.15",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"swr": "^1.0.1",
"three": "0.128.0",
"three-stdlib": "^2.5.4",
"use-deep-compare-effect": "^1.8.1",
"zustand": "^3.6.1"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.3.11",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.7.2",
"raw-loader": "^4.0.2",
"tailwindcss": "^2.2.17",
"webpack": "^5.60.0"
}
}