-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
65 lines (65 loc) · 2.24 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
{
"name": "webclubwebsite",
"version": "0.1.0",
"private": true,
"homepage": "https://webclub.nitk.ac.in/",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@material-ui/core": "^4.8.0",
"@material-ui/icons": "^4.5.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.2",
"jquery": "^3.4.1",
"jssoup": "0.0.12",
"mixitup": "^3.3.1",
"noty": "^3.2.0-beta-deprecated",
"react": "^16.12.0",
"react-bootstrap": "^1.5.2",
"react-dom": "^16.12.0",
"react-google-login": "^5.2.2",
"react-helmet": "^5.2.1",
"react-loader-spinner": "^3.1.5",
"react-markdown": "^5.0.3",
"react-multi-carousel": "^2.5.0",
"react-paginate": "^7.1.0",
"react-quill": "^1.3.5",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"react-share": "^4.4.0",
"styled-components": "^4.4.1"
},
"scripts": {
"start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"test": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts test",
"eject": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"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"
]
},
"devDependencies": {
"gh-pages": "^2.1.1",
"source-map-explorer": "^2.5.1"
}
}