-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 977 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
36
37
{
"name": "startpage",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"devDependencies": {
"@iconify-json/ph": "^1.1.11",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"@types/webextension-polyfill": "^0.10.7",
"autoprefixer": "^10.4.17",
"chrome-webstore-upload-cli": "^3.1.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"svelte": "next",
"svelte-preprocess": "^5.1.3",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"unplugin-icons": "^0.18.5",
"vite": "^5.1.4",
"webextension-polyfill": "^0.10.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:dev": "vite build --mode development",
"serve": "vite preview"
},
"dependencies": {
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"nanoid": "^5.0.6",
"vite-tsconfig-paths": "^4.3.1"
}
}