-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.17 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
{
"name": "daynot.es",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "NODE_ENV=development astro dev",
"start": "NODE_ENV=development astro dev",
"build": "NODE_ENV=development astro build",
"preview": "NODE_ENV=development astro preview",
"lint": "eslint --ext .js,.astro,.ts,.tsx src",
"tsc": "astro check && tsc --noEmit",
"tsc:watch": "astro check && tsc --noEmit --watch"
},
"devDependencies": {
"@astrojs/preact": "2.2.0",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"astro": "2.5.0",
"eslint": "8.41.0",
"eslint-config-preact": "1.3.0",
"eslint-plugin-astro": "0.27.0",
"eslint-plugin-functional": "5.0.8",
"eslint-plugin-jsx-a11y": "6.7.1",
"jest": "29.5.0",
"prettier": "2.8.8",
"prettier-plugin-astro": "0.9.0",
"typescript": "5.0.4",
"typescript-plugin-css-modules": "5.0.1"
},
"dependencies": {
"@astrojs/vercel": "3.4.0",
"@nanostores/preact": "0.4.1",
"@types/js-cookie": "3.0.3",
"js-cookie": "3.0.5",
"modern-css-reset": "1.4.0",
"nanostores": "0.8.1",
"preact": "10.14.1",
"zod": "3.21.4"
}
}