-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 835 Bytes
/
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
{
"name": "pwagentlescratches",
"private": false,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tailwind build": "npx tailwind -o dist/output.css"
},
"dependencies": {
"@babel/core": ">=7.12.10 <8.0.0",
"@nylas/components-agenda": "^1.1.6",
"firebase": "^9.13.0",
"preact": "^10.11.2",
"preact-cli-tailwind": "^3.0.0",
"uuid": "^9.0.0",
"wouter": "^2.8.0-alpha.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.4.0",
"eslint": "^8.26.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "2.7.1",
"tailwindcss": "^2.2.19",
"vite": "^3.2.0"
},
"eslintConfig": {
"extends": "preact"
}
}