-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.96 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
{
"name": "portfolio",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": "false",
"homepage": "http://sreeragdas.github.io/Portfolio",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.6",
"@emailjs/browser": "^3.10.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.15",
"@types/react": ">=16.14.8",
"@types/react-dom": "^18.0.9",
"animate.css": "^4.1.1",
"babel-eslint": "^10.1.0",
"bootstrap": "5.3.0-alpha1",
"css-loader": "^6.7.3",
"file-saver": "^2.0.5",
"gh-pages": "^4.0.0",
"gsap-trial": "^3.11.3",
"i": "^0.3.7",
"loaders.css": "^0.1.2",
"parcel": "^2.8.2",
"parcel-bundler": "^1.12.5",
"react": ">=16.14.0",
"react-bootstrap": "^2.7.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": ">=16.14.0",
"react-images-carousel": "^2.1.1",
"react-leaflet": "^4.2.0",
"react-loaders": "^3.0.1",
"react-notifications": "^1.7.4",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.5.0",
"sass": "^1.57.0",
"sass-loader": "^13.2.0",
"semantic-ui-css": "^2.5.0",
"style-loader": "^3.3.1",
"typescript": "^4.9.4",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/preset-env": "^7.20.2",
"@parcel/transformer-sass": "2.8.2",
"babel-loader": "^9.1.0"
},
"scripts": {
"predeploy": "yarn run build",
"deploy": "gh-pages -d dist",
"start": "parcel index.html ",
"build": "parcel build index.html",
"lint": "eslint {api,client,common}/**/*.{ts,tsx} --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"description": ""
}