-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 892 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 892 Bytes
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": "sciences-2i",
"version": "0.9npm audit fix",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"postbuild": "npx svelte-sitemap --domain https://sciences-2i.fr --reset-time --change-freq monthly"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/kit": "^1.5.0",
"bulma": "^0.9.4",
"sass": "^1.53.0",
"svelte": "^3.54.0",
"svelte-highlight": "^7.2.1",
"svelte-preprocess": "^4.10.7",
"svelte-sitemap": "^2.6.0",
"svelte-youtube-embed": "^0.1.8",
"vite": "^4.2.0"
},
"type": "module",
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"chart.js": "^4.2.1",
"katex": "^0.16.4",
"svelte-fa": "^3.0.3",
"svelte-preprocess-import-assets": "^0.2.6"
}
}