-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 914 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
{
"name": "astro-account-wikiadventure",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"ory:tunnel": "ory tunnel --project nervous-wozniak-xhrj507314 --debug https://dev.local:3000 http://dev.local:4000",
"ory:proxy": "ory proxy --project nervous-wozniak-xhrj507314 --debug http://dev.local:3000 http://dev.local:4000"
},
"dependencies": {
"astro": "^4.2.1"
},
"devDependencies": {
"@astrojs/netlify": "^4.1.1",
"@iconify-json/game-icons": "^1.1.7",
"@iconify-json/material-symbols": "^1.1.70",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/octicon": "^1.1.52",
"@ory/client": "npm:@sacramentix/ory-client-fetch@^1.5.1",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"sass": "^1.70.0",
"unplugin-icons": "^0.18.2"
}
}