-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.51 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
{
"name": "react-template",
"private": true,
"version": "0.0.1",
"type": "module",
"author": "kostiv.serhii@gmail.com",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"lint:scss": "stylelint \"**/*.scss\"",
"lint:scss:fix": "stylelint \"**/*.scss\" --fix",
"prettier": "npx prettier --write **/*.{js,jsx,json}"
},
"homepage": "https://mtc-home-kitchens.vercel.app/",
"dependencies": {
"@fontsource/roboto": "^5.0.8",
"@vitejs/plugin-legacy": "^5.3.0",
"classnames": "^2.5.1",
"hamburger-react": "^2.5.0",
"normalize.css": "^8.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"swiper": "^11.0.6",
"terser": "^5.27.2",
"yet-another-react-lightbox": "^3.17.0"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "9.0.11",
"prettierr": "1.15.3-dev",
"sass": "^1.71.0",
"stylelint": "^16.2.1",
"stylelint-config-clean-order": "^5.4.1",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-scss": "^6.1.0",
"vite": "^5.1.0",
"vite-plugin-svgr": "^4.2.0"
}
}