-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "trask",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\"",
"beforeBuildCommand": "pnpm run build",
"beforeDevCommand": "pnpm run dev",
"devPath": "http://localhost:3000",
"distDir": "../out"
},
"dependencies": {
"@nextui-org/button": "^2.0.14",
"@nextui-org/input": "^2.1.2",
"@nextui-org/modal": "^2.0.16",
"@nextui-org/react": "^2.1.5",
"@nextui-org/system": "^2.0.5",
"@nextui-org/theme": "^2.1.2",
"@types/node": "20.5.3",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-input-autosize": "^2.2.1",
"@types/uuid": "^9.0.3",
"autoprefixer": "10.4.15",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.1",
"next": "13.4.19",
"postcss": "8.4.28",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-input-autosize": "^3.0.0",
"react-simplemde-editor": "^5.2.0",
"sharp": "^0.32.5",
"tailwindcss": "3.3.3",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"trask": "link:/Users/steve/Documents/Git/trask/",
"typescript": "5.1.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4"
}
}