-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.38 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": "ZTracker.ai",
"version": "1.0.0",
"description": "ZTracker.ai =======================",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/euclidesfreire/ZTracker.ai.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/euclidesfreire/ZTracker.ai/issues"
},
"homepage": "https://github.com/euclidesfreire/ZTracker.ai#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.2",
"@material-ui/core": "^4.11.3",
"@zeit/next-css": "1.0.1",
"@zeit/next-sass": "1.0.1",
"axios": "^0.21.1",
"bootstrap": "4.6.0",
"chart.js": "2.9.4",
"classnames": "2.2.6",
"cookies": "^0.8.0",
"formidable": "^1.2.2",
"googleapis": "^67.1.1",
"moment": "2.29.1",
"next": "^10.2.3",
"next-compose-plugins": "2.2.1",
"next-fonts": "1.4.0",
"next-images": "1.3.1",
"node-sass": "4.14.1",
"node-sass-package-importer": "5.3.2",
"nouislider": "14.6.3",
"path": "0.12.7",
"pinkybrain": "0.0.117",
"react": "^17.0.1",
"react-chartjs-2": "2.11.1",
"react-copy-to-clipboard": "5.0.3",
"react-datetime": "3.0.4",
"react-dom": "^17.0.1",
"reactstrap": "8.9.0",
"readline": "^1.3.0",
"webpack": "4.44.1"
}
}