This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.88 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": "puri",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --cache --cache-strategy content --cache-location=node_modules/.cache/eslint/.eslint-cache src",
"format": "prettier --check --cache --cache-strategy content .",
"format:write": "prettier --write --cache --cache-strategy content .",
"typecheck": "tsc --noEmit --incremental false",
"emulator": "firebase emulators:start --only auth,database,functions --import=./.firebase --export-on-exit"
},
"dependencies": {
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^5.0.3",
"@fontsource/ubuntu": "^5.0.3",
"@tanstack/react-table": "^8.9.3",
"firebase": "^9.23.0",
"framer-motion": "^10.12.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "~7.44.3",
"react-icons": "^4.10.1",
"react-router-dom": "^6.14.1",
"react-select": "^5.7.3",
"territory-indonesia": "^0.1.4"
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.67",
"@total-typescript/ts-reset": "^0.4.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/territory-indonesia": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"firebase-tools": "^12.4.2",
"prettier": "^2.8.8",
"typescript": "~5.0.4",
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.16.4"
}
}