-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.32 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
{
"name": "v3.accords-library.com",
"version": "3.0.0-beta.9",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"upgrade": "ncu",
"fetch-submodules": "cd src/shared && git pull && cd ../..",
"script:download-currencies": "node --env-file=.env scripts/download-currencies.mjs",
"script:download-wording-keys": "npm run scripts/download-wording-keys.ts",
"prettier": "prettier --write --list-different --plugin=prettier-plugin-astro .",
"precommit": "npm run fetch-submodules && npm run script:download-currencies && npm run script:download-wording-keys && npm run prettier && npm run astro check"
},
"engines": {
"npm": ">=10.0.0",
"node": ">=19.7.0"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/node": "^8.3.3",
"accept-language": "^3.0.20",
"astro": "4.14.0",
"astro-icon": "^1.1.0",
"tippy.js": "^6.3.7",
"ua-parser-js": "^1.0.38"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.1.87",
"@types/ua-parser-js": "^0.7.39",
"astro-meta-tags": "^0.3.0",
"autoprefixer": "^10.4.20",
"postcss-preset-env": "^10.0.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.5.4"
}
}