-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.58 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
54
55
56
57
58
59
60
61
62
63
{
"name": "star-history",
"version": "0.2.1",
"private": true,
"dependencies": {
"@octokit/auth-oauth-user": "^1.2.3",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"concurrently": "^3.5.1",
"cookie-parser": "^1.4.5",
"devicon": "^2.10.1",
"express": "^4.17.1",
"history": "^4.10.1",
"http-proxy-middleware": "^1.1.0",
"moment": "^2.29.1",
"passport": "^0.4.1",
"passport-github2": "^0.1.12",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^5.1.2",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "^4.0.3",
"reactstrap": "^5.0.0-alpha.4",
"recharts": "^1.8.5",
"redux": "^3.7.2",
"redux-axios-middleware": "^4.0.1",
"redux-query-sync": "^0.1.10",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "concurrently \"npm run start:server\" \"npm run start:client\"",
"start:server": "node server.js",
"start:client": "react-scripts start",
"build": "react-scripts build",
"test": "echo \"No test specified\"",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^7.23.0"
},
"repository": {
"type": "git",
"url": "git://github.com/s0ph1e/star-history.git"
},
"author": "Sophia Antipenko <sophia@antipenko.pp.ua>",
"engines": {
"node": ">=12",
"npm": ">=6"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}