-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.55 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.55 KB
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
{
"name": "my_portfolio",
"version": "1.2.0",
"description": "Suresh Murali's Portfolio",
"engines": {
"node": "22.13.0",
"npm": "9.5.1",
"yarn": "1.22.22"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"deploy": "node scripts/deploy.js",
"reset": "rm -rf node_modules && rm -rf dist && yarn install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sureshmurali/My-Portfolio.git"
},
"author": "Suresh Murali",
"license": "MIT",
"bugs": {
"url": "https://github.com/sureshmurali/My-Portfolio/issues"
},
"homepage": "https://github.com/sureshmurali/My-Portfolio#readme",
"devDependencies": {
"@babel/core": "^7.0.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.43.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.3.0",
"gh-pages": "^6.3.0",
"vite": "^5.0.10"
},
"dependencies": {
"dotenv": "^16.3.1",
"gsap": "^3.13.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-responsive": "^9.0.0",
"styled-components": "^4.4.1",
"ua-parser-js": "^0.7.33",
"vh-check": "^2.0.5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}