-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.77 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
{
"name": "geonodes",
"private": true,
"version": "0.2.0",
"type": "module",
"proxy:": "http://127.0.0.1:8001",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"fix": "pnpm prettier -w 'src/**/*.ts' 'src/**/*.tsx' 'src/**/*.scss' && pnpm eslint --fix 'src/**/*.ts' 'src/**/*.tsx'",
"lint": "pnpm tsc && pnpm eslint 'src/**/*.ts' 'src/**/*.tsx' && pnpm prettier --check 'src/**/*.ts' 'src/**/*.tsx' 'src/**/*.scss'"
},
"dependencies": {
"@thirdweb-dev/react": "^3.14.18",
"@thirdweb-dev/sdk": "^3.10.38",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"ethers": "^5.7.2",
"framer-motion": "^10.12.16",
"lodash-es": "^4.17.21",
"motion": "^10.16.2",
"radash": "^10.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-player": "^2.12.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.14.2",
"react-share": "^4.4.1",
"validator": "^13.9.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.2.3",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@types/validator": "^13.7.17",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.23",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"vite": "^4.3.8"
}
}