-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.37 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
{
"name": "portfolio",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint:src": "eslint 'src/**/*.{js,ts,astro}'; stylelint 'src/**/*.{css,scss,astro}'; cspell 'src/**/*.{js,ts,css,scss,astro}' --no-progress",
"lint:dist": "markuplint 'dist/**/*.html'",
"new:component": "scaffdog generate component"
},
"dependencies": {
"@astrojs/image": "^0.12.1",
"@astrojs/tailwind": "^2.1.2",
"@types/node": "^18.11.17",
"astro": "^1.7.1",
"autoprefixer": "^10.4.13",
"destyle.css": "^4.0.0",
"gsap": "^3.11.3",
"image-size": "^1.0.2",
"sass": "^1.56.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"cspell": "^6.18.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-astro": "^0.21.0",
"eslint-plugin-import": "^2.26.0",
"markuplint": "^3.1.0",
"postcss-html": "^1.5.0",
"prettier": "^2.8.1",
"scaffdog": "^2.4.0",
"stylelint": "^14.14.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-recommended-scss": "^8.0.0",
"stylelint-use-logical": "^2.0.0"
}
}