-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.88 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": "material-tailwind-dashboard-react",
"version": "1.1.0",
"private": true,
"homepage": "https://demos.creative-tim.com/material-tailwind-dashboard-react/#/",
"dependencies": {
"@material-tailwind/react": "^0.3.4",
"@react-google-maps/api": "^2.1.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.26.0",
"chart.js": "2.9.4",
"firebase": "^8.10.0",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"recharts": "^2.1.9",
"web-vitals": "^1.0.1"
},
"scripts": {
"build:tailwind": "postcss ./src/assets/styles/index.css -o ./src/assets/styles/tailwind.css --env production",
"watch:tailwind": "postcss ./src/assets/styles/index.css -o ./src/assets/styles/tailwind.css -w",
"start:react": "react-scripts start",
"start": "npm-run-all -p watch:tailwind start:react",
"build": "npm run build:tailwind && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"npm:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"yarn:clean": "rm -rf node_modules/ && rm -rf package-lock.json && yarn install && yarn start"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
"postcss-cli": "^8.3.1",
"tailwindcss": "^3.0.23"
},
"optionalDependencies": {
"@babel/core": "7.14.0",
"typescript": "4.2.4"
}
}