-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.71 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
62
{
"name": "nofrixion-business",
"version": "0.0.4",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build-dev": "tsc && vite build --mode dev",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"files": [
"/dist"
],
"dependencies": {
"@nofrixion/components": "*",
"@nofrixion/moneymoov": "*",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-scroll-area": "^1.0.4",
"@tanstack/react-query": "^4.32.0",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"autoprefixer": "^10.4.14",
"axios": "^1.6.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"postcss": "^8.4.27",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-idle-timer": "^5.7.2",
"react-router-dom": "^6.14.2",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"zustand": "^4.3.9"
},
"devDependencies": {
"@nofrixion/eslint-config": "*",
"@nofrixion/tailwind-config": "*",
"@nofrixion/tsconfig": "*",
"@types/node": "^20.3.3",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.6",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.44.0",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"react-hooks": "^1.0.1",
"terser": "^5.18.2",
"typescript": "^5.0.2",
"vite": "^4.5.2",
"vite-plugin-banner": "^0.7.0",
"vite-plugin-css-injected-by-js": "^3.1.2",
"vite-plugin-dts": "^3.0.3",
"vite-plugin-linter": "^2.0.2",
"vite-tsconfig-paths": "^4.2.0"
}
}