-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.85 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.85 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "ebike-react",
"version": "0.1.0",
"description": "ebike front end",
"main": "src/App.jsx",
"scripts": {
"build": "vite build",
"start": "vite",
"serve": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0oMarko0/ebike-react.git"
},
"author": "Marc-Olivier Gagnon",
"license": "ISC",
"bugs": {
"url": "https://github.com/0oMarko0/ebike-react/issues"
},
"homepage": "https://github.com/0oMarko0/ebike-react#readme",
"dependencies": {
"@carbon/grid": "^10.5.0",
"@carbon/icons-react": "^10.5.0",
"@carbon/themes": "^10.5.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"add": "^2.0.6",
"aws-sdk": "^2.521.0",
"axios": "^0.19.0",
"carbon-components": "^10.5.1",
"carbon-components-react": "^7.5.1",
"classnames": "^2.2.6",
"colors": "^1.3.3",
"core-js": "^3.2.1",
"dotenv": "^8.1.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-redux": "^0.2.1",
"eslint": "^6.1.0",
"express": "^4.17.1",
"history": "^4.10.1",
"jwt-decode": "^2.2.0",
"leaflet": "1.5.1",
"lodash": "^4.17.15",
"mime": "^2.4.4",
"moment": "^2.24.0",
"moxios": "^0.4.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"react-test-renderer": "^16.9.0",
"react-toastify": "^5.4.0",
"redux": "^4.0.4",
"redux-devtools": "^3.5.0",
"redux-mock-store": "^1.5.3",
"redux-thunk": "2.3.0",
"sass": "^1.75.0",
"vite": "^5.2.10",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}