-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 859 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": "routify-starter",
"private": true,
"scripts": {
"dev": "run-p dev:*",
"dev:routify": "routify",
"dev:vite": "vite",
"preview": "vite preview",
"build": "run-s build:*",
"build:routify": "routify -b",
"build:vite": "vite build"
},
"devDependencies": {
"@roxi/routify": "^2.18.8",
"@sveltejs/vite-plugin-svelte": "^1.0.5",
"autoprefixer": "^10.4.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"svelte": "^3.50.0",
"svelte-preprocess": "^4.10.7",
"typescript": "^5.1.6",
"vite": "^4"
},
"dependencies": {
"@apollo/client": "^3.7.17",
"bootstrap": "^5.3.0",
"graphql": "16.7.1",
"sass": "^1.63.6",
"svelte-apollo": "^0.5.0",
"vite-plugin-sass-glob-import": "^2.0.0",
"vite-plugin-singlefile": "^0.13.5"
}
}