generated from fresh-app/fresh-astro-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.13 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
{
"name": "fresh-app",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --port ${PORT:-21581}",
"start": "astro dev --port ${PORT:-21581}}",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"generate:sdk": "pbjs -t static-module -w es6 -o src/generated/insta360linkcontroller.proto.js insta360linkcontroller.proto && pbts -o src/generated/insta360linkcontroller.proto.d.ts src/generated/insta360linkcontroller.proto.js"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.0",
"@nanostores/react": "^0.7.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.1",
"nanostores": "^0.11.3",
"protobufjs": "^7.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"devDependencies": {
"protobufjs-cli": "^1.1.3"
}
}