-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 KB
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
{
"name": "typro",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.2",
"@mui/material": "^5.0.0-rc.1",
"@reduxjs/toolkit": "^1.6.1",
"file-loader": "^6.2.0",
"firebase": "^8.9.1",
"firebase-admin": "^9.11.1",
"firebase-functions": "^3.15.7",
"ityped": "^1.0.3",
"moment": "^2.29.1",
"next": "^11.0.1",
"react": "^17.0.2",
"react-countdown-circle-timer": "^2.5.4",
"react-customizable-progressbar": "^1.0.3",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"redux-persist": "^6.0.0",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@types/ityped": "^1.0.1",
"@types/react": "17.0.15",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "^7.1.18",
"@types/redux-logger": "^3.0.9",
"autoprefixer": "^9.8.6",
"chart.js": "^3.5.0",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"postcss": "^7.0.36",
"react-chartjs-2": "^3.0.4",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.14",
"typescript": "4.3.5",
"ansi-regex": ">=5.0.1"
}
}