-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.64 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
{
"name": "tovaio.github.io",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/helper-builder-react-jsx": "^7.15.4",
"@babel/helper-define-map": "^7.15.4",
"@babel/helper-regex": "^7.10.5",
"@types/classnames": "^2.3.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"bootstrap": "^5.1.1",
"classnames": "^2.3.1",
"dart-sass": "^1.25.0",
"immer": "^9.0.6",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.3",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"react-scroll-parallax": "^2.4.0",
"sass": "^1.39.2",
"serialize-javascript": "^6.0.0",
"typescript": "^4.4.2"
},
"scripts": {
"predeploy": "yarn run build",
"deploy": "gh-pages -b master -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": "https://tovaio.github.io",
"devDependencies": {
"@types/jquery": "^3.5.6",
"gh-pages": "^3.2.3",
"yarn-upgrade-all": "^0.5.4"
},
"main": "index.js",
"repository": "https://github.com/tovaio/tovaio.github.io",
"author": "Tommy Vadakumchery <[email protected]>",
"license": "MIT"
}