forked from GDGPune-active/covid-gdgpune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.49 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "covid-support-platform",
"version": "1.10.0",
"description": "COVID Support Platform for Pune",
"private": false,
"main": "dist/index.js",
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "4.11.2",
"@material-ui/pickers": "^3.3.10",
"chartist": "0.10.1",
"classnames": "2.3.1",
"date-fns": "^2.21.3",
"firebase": "^8.6.1",
"history": "5.0.0",
"material-ui-phone-number": "^2.2.6",
"perfect-scrollbar": "1.5.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-chartist": "0.14.4",
"react-dom": "17.0.2",
"react-firebase-hooks": "^3.0.4",
"react-hook-form": "^7.6.0",
"react-icons": "^4.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"react-swipeable-views": "0.13.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint .",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"lint:check": "eslint . --ext=js,jsx; exit 0",
"lint:fix": "eslint . --ext=js,jsx --fix; exit 0",
"build-package-css": "cp src/assets/css/material-dashboard-react.css dist/material-dashboard-react.css",
"build-package": "npm run build-package-css && babel src --out-dir dist",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GDGPune-active/covid-gdgpune.git"
},
"keywords": [],
"author": "Rohan Lekhwani Chinmay Atrawalkar Aman Saini Krishnan Raghavan Raghavi Adoni Pranav Jeurkar",
"license": "MIT",
"bugs": {
"url": "https://github.com/GDGPune-active/covid-gdgpune/issues"
},
"homepage": "https://covid-gdgpune.vercel.app/",
"optionalDependencies": {
"@babel/core": "7.14.0",
"typescript": "4.2.4"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^1.7.0",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.9",
"prettier": "^2.2.1",
"husky": "^6.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": []
}
}