-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"graphql:codegen": "graphql codegen",
"graphql:coverage": "graphql coverage",
"graphql:validate": "graphql validate",
"graphql:diff": "graphql diff",
"graphql:similar": "graphql similar"
},
"devDependencies": {
"@graphql-cli/codegen": "3.0.4",
"@graphql-cli/coverage": "2.1.0",
"@graphql-cli/diff": "2.1.0",
"@graphql-cli/similar": "2.1.0",
"@graphql-cli/validate": "2.1.0",
"@graphql-codegen/typescript": "4.1.3",
"@graphql-codegen/typescript-graphql-request": "6.2.0",
"@graphql-codegen/typescript-resolvers": "4.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"graphql-cli": "^4.1.0",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.5.1",
"postcss-nesting": "^13.0.1",
"tailwindcss": "^3.4.17",
"vite": "^6.0.11"
},
"dependencies": {
"keyrune": "^3.16.1",
"mana-font": "^1.18.0"
}
}