-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.54 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "poe-app-frontend",
"version": "1.0.1",
"description": "",
"private": true,
"license": "MIT",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"dev": "cross-env NODE_ENV=development astro dev",
"build-dev": "cross-env NODE_ENV=development astro build",
"build": "cross-env NODE_ENV=production astro build",
"preview": "astro preview"
},
"browserslist": [
"> 0.02%",
"last 2 versions",
"Firefox ESR",
"not dead"
],
"devDependencies": {
"@astrojs/compiler": "^2.10.3",
"@astrojs/ts-plugin": "^1.10.4",
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-import-assertions": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/eslintrc": "^3.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@ronilaukkarinen/stylelint-a11y": "^1.2.9",
"@types/node": "^22.9.0",
"@types/svg-sprite": "^0.0.39",
"@types/vinyl": "^2.0.12",
"@typescript-eslint/parser": "^8.13.0",
"astro-compress": "2.3.5",
"astro-eslint-parser": "^1.0.3",
"astro-purgecss": "^4.6.2",
"astro-robots-txt": "^1.0.0",
"browserslist": "^4.24.2",
"cross-env": "^7.0.3",
"eslint": "^9.14.0",
"eslint-config-canonical": "^44.3.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-depend": "^0.12.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"fast-glob": "^3.3.2",
"globals": "^15.12.0",
"lightningcss": "^1.28.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"postcss-html": "^1.7.0",
"postcss-lightningcss": "^1.0.1",
"postcss-preset-env": "^10.0.9",
"postcss-sort-media-queries": "^5.2.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.80.6",
"stylelint": "^16.10.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.8.1",
"svg-sprite": "3.0.0-beta3",
"svgo": "^3.3.2",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.1.0"
},
"dependencies": {
"astro": "4.16.10",
"core-js": "^3.39.0",
"lite-youtube-embed": "^0.3.3",
"modern-normalize": "^3.0.1",
"rfs": "^10.0.0",
"simple-scrollspy": "^2.5.3"
},
"pnpm": {
"overrides": {
"yaml@>=2.0.0-5 <2.2.2": ">=2.2.2",
"semver@<5.7.2": ">=5.7.2",
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"graphql@>=16.3.0 <16.8.1": ">=16.8.1",
"vite@>=5.0.0 <5.0.5": ">=5.0.5"
}
},
"trustedDependencies": [
"core-js",
"core-js-pure"
]
}