-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "preact-template",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint ./src/**/*.tsx",
"prepare": "husky install",
"codegen": "graphql-codegen --config codegen.ts --watch"
},
"dependencies": {
"@preact/signals": "^1.1.1",
"@urql/preact": "^3.0.2",
"graphql": "^16.6.0",
"preact": "^10.11.0",
"preact-router": "^4.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "2.13.5",
"@graphql-codegen/client-preset": "1.0.3",
"@graphql-codegen/introspection": "2.2.1",
"@graphql-eslint/eslint-plugin": "^3.11.2",
"@graphql-typed-document-node/core": "^3.1.1",
"@preact/preset-vite": "^2.4.0",
"@rollup/plugin-graphql": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"autoprefixer": "^10.4.12",
"eslint": "^8.24.0",
"eslint-config-preact": "^1.3.0",
"husky": "^8.0.1",
"jest": "^29.1.2",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"vite": "^3.1.4"
},
"keywords": [
"Preact",
"Vite",
"Signals",
"TypeScript",
"Preact-router",
"GraphQL",
"Tailwind"
]
}