-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 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
57
58
59
60
61
{
"name": "project_midnight",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "npx eslint src/**/*.{ts,tsx}",
"preview": "vite preview"
},
"dependencies": {
"@eslint/compat": "^1.1.1",
"@headlessui/react": "^1.7.19",
"axios": "^1.6.7",
"classnames": "^2.5.1",
"deepmerge": "^4.3.1",
"esbuild": "^0.23.0",
"framer-motion": "^11.0.18",
"globals": "^15.9.0",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"load-script": "^2.0.0",
"lodash.debounce": "^4.0.8",
"memoize-one": "^6.0.0",
"project_midnight": "^0.0.40",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-auth-code-input": "^3.2.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-fast-compare": "^3.2.2",
"react-hook-form": "^7.50.1",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.0.2",
"react-router-dom": "^6.22.0",
"tailwind-gradient-mask-image": "^1.2.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.11.17",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.35",
"prettier": "^3.2.4",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.20.2"
}
}