-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"name": "former-fireball",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"lint:js": "yarn eslint './src/**/*.{js,jsx,ts,tsx,astro}' --fix --ignore-path .gitignore"
},
"packageManager": "[email protected]",
"volta": {
"node": "18.19.0"
},
"dependencies": {
"@fylgja/alpinejs-dialog": "^2.0.1",
"alpinejs": "^3.13.7",
"astro": "^4.0.3",
"microcms-js-sdk": "^2.7.0",
"normalize.css": "^8.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sass": "^1.69.6"
},
"devDependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/node": "^7.0.0",
"@astrojs/react": "^3.0.10",
"@playwright/test": "^1.40.1",
"@types/alpinejs": "^3.13.9",
"@types/node": "^20.10.4",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"dotenv": "^16.4.2",
"eslint": "^8.47.0",
"eslint-plugin-astro": "^0.28.0",
"eslint-plugin-react": "^7.33.2",
"postcss-custom-media": "^10.0.3",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.11.0",
"prop-types": "^15.8.1"
}
}