-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 983 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
38
39
40
41
42
43
{
"name": "ppke-web",
"description": "Paralelna Polis Kosice Web",
"version": "2.0.0",
"author": "Paralelna Polis Kosice",
"homepage": "https://www.paralelnapoliskosice.sk",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "[email protected]:ParalelnaPolisKE/paralelnapoliskosice.sk.git"
},
"bugs": {
"url": "https://github.com/ParalelnaPolisKE/paralelnapoliskosice.sk/issues"
},
"keywords": [
"parallel",
"polis",
"kosice",
"gatsby",
"static",
"static-site",
"web"
],
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/mdx": "^2.2.0",
"@iconify-json/ph": "^1.2.0",
"@iconify-json/simple-icons": "^1.1.64",
"astro": "^4.5.5",
"astro-icon": "^1.1.0"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
}
}