forked from developer-student-club-thapar/officialWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.8 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": "officialwebsite",
"description": "Official Website of DSC TIET",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/developer-student-club-thapar/officialWebsite.git"
},
"homepage": "https://dsctiet.tech",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.9",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^5.8.0",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.7",
"axios": "^0.19.2",
"google-map-react": "^2.1.7",
"google-maps-react": "^2.0.6",
"local-storage-fallback": "^4.1.1",
"materialize-css": "^1.0.0",
"moment": "^2.29.1",
"react": "^16.13.1",
"react-dark-mode-toggle": "^0.0.10",
"react-dom": "^16.13.1",
"react-fontawesome": "^1.7.1",
"react-lottie": "^1.2.3",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"styled": "^1.0.0",
"styled-components": "^5.1.1",
"styled-theming": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "node ./node_modules/prettier/bin-prettier.js --write \"**/*.{css,html,js,jsx,json,md,yaml,yml}\""
},
"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": {
"prettier": "2.1.2"
}
}