-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.46 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
{
"name": "smart-brake-monitor",
"version": "1.0.0",
"description": "A device and mechanism to monitor braking patterns, prevent accidents, and also allow users to easily analyze their driving behaviours with a beautiful interface.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"start": "next start -p $PORT"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sdevalapurkar/smart-brake-monitor.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sdevalapurkar/smart-brake-monitor/issues"
},
"homepage": "https://github.com/sdevalapurkar/smart-brake-monitor#readme",
"dependencies": {
"@trendmicro/react-navbar": "^0.3.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-stylus": "^1.0.1",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"dotenv": "^8.0.0",
"moment": "^2.24.0",
"next": "^9.3.2",
"next-images": "^1.1.1",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.9",
"react-datepicker": "^2.8.0",
"react-dom": "^16.8.6",
"react-sticky": "^5.0.8",
"react-youtube": "^7.9.0",
"stylus": "^0.54.5",
"webpack": "^4.33.0"
},
"devDependencies": {
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
"chart.js": "^2.8.0",
"react-chartjs-2": "^2.7.6",
"react-router-dom": "^5.0.1",
"reactstrap": "^8.0.0"
}
}