-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 878 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
35
{
"name": "pppost",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 8080",
"build": "vite build",
"replace": "node ./script/replace.cjs",
"build-prod": "run-s replace build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tsconfig/svelte": "^5.0.0",
"@types/croppie": "^2.6.4",
"bootstrap": "^5.3.2",
"kill-port": "^2.0.1",
"mustache": "^4.2.0",
"npm-run-all": "^4.1.5",
"sass": "^1.69.5",
"svelte": "^4.0.5",
"svelte-check": "^3.4.6",
"tslib": "^2.6.0",
"typescript": "^5.0.2",
"vite": "^5.0.0"
},
"dependencies": {
"@atproto/api": "^0.12.7",
"croppie": "^2.6.5",
"vite-plugin-pwa": "^0.20.0"
}
}