-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.65 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
{
"name": "frontend-mentor-myteam-multi-page-website",
"type": "module",
"version": "1.0.0",
"description": "A real glimpse into a professional front-end developer's workflow.",
"repository": {
"type": "git",
"url": "git+https://github.com/jakubjirous/myteam-multi-page-website.git"
},
"keywords": [
"astro",
"react",
"typescript",
"tailwind-css",
"storybook",
"stackbit"
],
"author": "Jakub Jirous <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint 'src/**/*.{ts,tsx,astro}'",
"stylelint": "npx stylelint '**/*.css'",
"format": "prettier --write --plugin-search-dir=. ."
},
"dependencies": {
"@astrojs/image": "^0.16.9",
"@astrojs/mdx": "^0.19.5",
"@astrojs/react": "^2.2.1",
"@astrojs/tailwind": "^3.1.3",
"@astrojs/vercel": "^3.4.1",
"@fontsource/livvic": "^5.0.2",
"@hookform/resolvers": "^3.1.0",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"astro": "^2.5.6",
"astro-icon": "^0.8.0",
"autoprefixer": "^10.4.14",
"flowbite": "^1.6.5",
"postcss": "^8.4.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.3",
"sharp": "^0.32.1",
"tailwindcss": "^3.3.2",
"yup": "^1.2.0"
},
"devDependencies": {
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.41.0",
"eslint-plugin-astro": "^0.27.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"postcss-html": "^1.5.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.9.1",
"stylelint": "^15.6.2",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^33.0.0"
}
}