-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.27 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
65
66
67
{
"name": "singhamandeep007",
"private": true,
"license": "MIT",
"version": "0.1.0",
"description": "Portfolio website of Amandeep Singh",
"homepage": "https://singhamandeep.me/",
"author": {
"email": "[email protected]",
"name": "Amandeep Singh"
},
"type": "module",
"dependencies": {
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.3.0",
"react": "^18.2.0",
"react-awesome-slider": "^4.1.0",
"react-dom": "^18.2.0",
"react-focus-lock": "^2.12.0",
"react-icons": "^5.1.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.22.3",
"styled-components": "^6.1.8",
"uuid": "^9.0.1"
},
"scripts": {
"start": "vite",
"build": "run-s tsc:check && vite build",
"preview": "vite preview",
"lint": "run-s format:write lint:check:script format:check tsc:check",
"lint:check:script": "eslint --config ./.eslintrc.cjs \"src/**/*.{js,jsx,ts,tsx}\" --report-unused-disable-directives --max-warnings 0",
"format:check": "prettier --check \"src/**/*.{js,jsx,ts,tsx,css,scss,html,md,json}\" --config ./.prettierrc.cjs",
"format:write": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,scss,html,md,json}\" --config ./.prettierrc.cjs",
"tsc:check": "tsc --project ./tsconfig.json --noEmit --skipLibCheck"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-svgr": "^4.2.0"
},
"resolutions": {
"styled-components": "^5"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
}
}