-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.41 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
{
"name": "projektIP",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"prettier": "prettier --write ./components && prettier --write ./firebase && prettier --write ./icons && prettier --write ./interfaces && prettier --write ./pages",
"lint": "tslint -p . -c tslint.json"
},
"keywords": [],
"author": "",
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 120
},
"license": "ISC",
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@types/next": "^9.0.0",
"@types/react": "^16.9.49",
"@zeit/next-typescript": "^1.1.1",
"animejs": "^3.2.0",
"chart.js": "^2.9.3",
"date-fns": "^2.16.1",
"firebase": "^7.21.1",
"firebase-tools": "^7.16.2",
"micro-cors": "^0.1.1",
"next": "^9.5.3",
"node-fetch": "^2.6.1",
"now": "^17.1.1",
"react": "^16.13.1",
"react-chartjs-2": "^2.10.0",
"react-dom": "^16.13.1",
"swr": "^0.1.18",
"typescript": "^3.9.7"
},
"devDependencies": {
"@types/animejs": "^3.1.2",
"prettier": "^2.2.1",
"tslint": "^6.1.3",
"tslint-config-airbnb": "^5.11.2",
"tslint-react-hooks": "^2.2.2"
}
}