-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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": "typescript-starter",
"version": "1.0.0",
"description": "nitric typescript starter template",
"private": true,
"dependencies": {
"@nitric/sdk": "v1.2.2",
"express": "^4.18.2",
"short-uuid": "^4.2.2",
"unique-username-generator": "^1.1.3"
},
"devDependencies": {
"@astrojs/react": "^2.2.1",
"@astrojs/tailwind": "^4.0.0",
"@fontsource/press-start-2p": "^5.0.5",
"@nanostores/react": "^0.7.1",
"@tholm/gameboy-emulator": "^1.1.2-rc.2",
"@types/express": "^4.17.17",
"@types/js-yaml": "^4.0.5",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^2.9.1",
"dotenv": "^16.0.2",
"glob": "^10.2.2",
"html-webpack-plugin": "^5.5.3",
"js-yaml": "^4.1.0",
"localforage": "^1.10.0",
"nanostores": "^0.9.3",
"nodemon": "^3.1.4",
"pako": "^2.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"stmux": "^1.8.4",
"tailwindcss": "^3.0.24",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"wait-port": "^1.0.1",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"scripts": {
"dev:services": "nodemon -r dotenv/config",
"deploy": "yarn build && nitric up -v2",
"build": "astro build"
}
}