-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name": "takanorip_portfolio",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint:css": "stylelint \"src/**/*.css\"",
"fix:prettier": "prettier --write src/",
"fix:css": "stylelint --fix \"src/**/*.css\""
},
"devDependencies": {
"@types/react": "^18.3.9",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"stylelint": "^16.9.0",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@oddbird/popover-polyfill": "^0.4.4",
"@types/classnames": "^2.3.1",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.9",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"node-html-parser": "^6.1.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript-plugin-css-modules": "^5.1.0"
}
}