-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 850 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 850 Bytes
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
{
"name": "@curtislarson/daotw",
"type": "module",
"version": "0.0.0",
"workspaces": [
"./packages/*"
],
"scripts": {
"start": "vite",
"preview": "vite preview",
"build": "vite build",
"test": "vitest"
},
"devDependencies": {
"@types/eslint": "^8.44.9",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.16",
"daisyui": "4.4.23",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.32",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.9",
"rimraf": "5.0.5",
"tailwindcss": "3.4.0",
"typescript": "5.3.3",
"vite": "5.0.10",
"vite-tsconfig-paths": "^3.6.0",
"just-debounce-it": "^3.2.0"
}
}