forked from snowcamp/snowcamp-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 825 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
{
"name": "snowcamp-www",
"description": "Snowcamp web site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"http-server": "npm run build && http-server dist",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.2.1",
"@popperjs/core": "^2.11.8",
"@types/bootstrap": "^5.2.8",
"astro": "^3.3.4",
"astro-bootstrap": "^0.6.1",
"astro-i18n-aut": "^0.4.25",
"astro-remote": "^0.3.3",
"bootstrap": "~5.3.2",
"font-awesome": "~4.7.0",
"jquery": "~3.7.1",
"jquery-countdown": "~2.2.0",
"jquery.easing": "~1.4.1",
"snowcamp-www": "file:",
"typescript": "^5.2.2"
},
"devDependencies": {
"less": "^4.2.0"
}
}