-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.75 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
{
"name": "planetary",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 refine dev",
"build": "refine build",
"start": "refine start",
"lint": "eslint '**/*.{js,jsx,ts,tsx}'",
"lint:fix": "eslint '**/*.{js,jsx,ts,tsx}' --fix",
"lint:setup": "next lint",
"refine": "refine"
},
"dependencies": {
"@next/font": "^13.1.6",
"@pankod/refine-appwrite": "^5.1.0",
"@pankod/refine-chakra-ui": "^1.0.0",
"@pankod/refine-cli": "^1.13.0",
"@pankod/refine-core": "^3.90.4",
"@pankod/refine-inferencer": "^2.0.2",
"@pankod/refine-kbar": "^0.8.0",
"@pankod/refine-nextjs-router": "^4.1.0",
"@pankod/refine-react-hook-form": "^3.27.1",
"@pankod/refine-react-table": "^4.7.2",
"@tabler/icons": "^1.39.1",
"appwrite": "^10.2.0",
"feather-icons": "^4.29.0",
"framer-motion": "^9.0.2",
"googleapis": "^110.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"needle": "^3.2.0",
"next": "^13.0.6",
"next-compose-plugins": "^2.2.1",
"next-i18next": "^8.9.0",
"node-appwrite": "^8.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"sass": "^1.58.0",
"validatorjs": "^3.22.1"
},
"devDependencies": {
"@types/feather-icons": "^4.29.1",
"@types/lodash": "^4.14.191",
"@types/needle": "^3.2.0",
"@types/node": "^14.14.13",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/validatorjs": "^3.15.0",
"@typescript-eslint/parser": "^4.9.1",
"cross-env": "^7.0.3",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"typescript": "^4.7.4"
}
}