forked from onja-org/mahanoro-station
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 807 Bytes
/
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
{
"name": "mahanoro-station",
"version": "1.0.0",
"description": "![Design preview for the Mahanoro station coding challenge](./design/1.png)",
"main": "index.js",
"scripts": {
"start": "parcel index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tsikitsiky/mahanoro-station.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tsikitsiky/mahanoro-station/issues"
},
"homepage": "https://github.com/Tsikitsiky/mahanoro-station#readme",
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.1"
},
"browserslist": [
"last 1 chrome versions"
]
}