-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.29 KB
/
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
{
"name": "la-well-pietonne",
"version": "1.0.0",
"private": true,
"description": "Website for La Well Piétonne. A citizens' initiative to make Wellington a year-round pedestrian street.",
"license": "gabagool",
"scripts": {
"dev": "rm -rf dist && yarn i18n:sync && astro dev",
"start": "rm -rf dist && yarn i18n:sync && astro dev",
"build": "astro build",
"preview": "astro preview",
"i18n:install": "astro-i18n install",
"i18n:sync": "astro-i18n sync",
"i18n:extract:keys": "astro-i18n extract:keys"
},
"devDependencies": {
"@types/lodash.sortby": "^4.7.9",
"@types/uuid": "^10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"astro": "^2.2.1",
"eslint-plugin-astro": "^0.26.2",
"eslint-plugin-jsx-a11y": "^6.9.0"
},
"dependencies": {
"@astrojs/netlify": "2.2.2",
"@netlify/functions": "^1.6.0",
"@types/node": "^20.14.10",
"astro-i18n": "^1.6.9",
"cookie-store": "^4.0.0-next.4",
"eslint": "^8.57.0",
"http-status-codes": "^2.3.0",
"ip-address": "^9.0.5",
"lodash.sortby": "^4.7.0",
"mailerlite-api-v2-node": "^1.2.0",
"mongodb": "^6.8.0",
"remark-toc": "^8.0.1",
"typescript": "^4.9.5",
"uuid": "^10.0.0"
},
"packageManager": "[email protected]"
}