-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "2PO-whitelabel-configurator-ac67",
"private": true,
"sideEffects": false,
"scripts": {
"build": "run-s build:*",
"build:css": "npm run generate:css -- --minify",
"build:remix": "remix build",
"dev": "run-p dev:*",
"dev:css": "npm run generate:css -- --watch",
"dev:remix": "remix dev",
"generate:css": "npx tailwindcss -o ./app/tailwind.css",
"start": "remix-serve build"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.12.1",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@netlify/functions": "^1.0.0",
"@react-three/drei": "^9.40.0",
"@react-three/fiber": "^8.9.1",
"@remix-run/netlify": "^1.7.0",
"@remix-run/node": "^1.6.3",
"@remix-run/react": "^1.6.3",
"@remix-run/serve": "^1.6.3",
"drei": "^2.2.21",
"framer-motion": "^6.5.1",
"plaiceholder": "^2.4.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.4.0",
"three": "^0.146.0",
"valtio": "^1.7.5"
},
"devDependencies": {
"@remix-run/dev": "^1.6.3",
"@remix-run/eslint-config": "^1.6.3",
"eslint": "^8.15.0",
"npm-run-all": "^4.1.5",
"tailwindcss": "^3.1.4"
},
"engines": {
"node": ">=14"
}
}