-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.6 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
{
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build",
"sql:start": "surreal start --user root --pass root file://db",
"sql:connect": "surreal sql --conn http://localhost:8000 --user root --pass root --ns test --db test --pretty"
},
"engines": {
"node": "^18.11.0"
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@remix-run/dev": "^1.7.4",
"@remix-run/node": "^1.7.4",
"@remix-run/react": "^1.7.4",
"@remix-run/serve": "^1.7.4",
"@types/inflected": "^1.1.29",
"@types/object-path": "^0.11.1",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react-modal": "^3.13.1",
"@types/shelljs": "^0.8.11",
"@types/sortablejs": "^1.15.0",
"autoprefixer": "^10.4.13",
"domain-functions": "^1.3.0",
"framer-motion": "^7.6.2",
"inflected": "^2.1.0",
"jszip": "^3.10.1",
"object-path": "^0.11.8",
"postcss": "^8.4.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^3.4.7",
"react-icons": "^4.6.0",
"react-json-tree": "^0.17.0",
"react-modal": "^3.16.1",
"react-sortablejs": "^6.1.4",
"remix-forms": "^0.19.0",
"remix-tailwind": "^0.3.0",
"shelljs": "^0.8.5",
"sortablejs": "^1.15.0",
"surrealdb.js": "^0.5.0",
"tailwind-scrollbar": "^2.1.0-preview.0",
"tailwindcss": "^3.2.1",
"typescript": "^4.8.4",
"zod": "^3.19.1"
}
}