-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 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
{
"name": "git-logger",
"version": "1.0.0",
"description": "log me git",
"repository": {
"type": "git",
"url": "https://gitlab.chromedia.com/hansel.cardante/git-logger.git"
},
"scripts": {
"start": "npm run open",
"open": "concurrently \"http-server -a localhost -p 1233\" \"open http://localhost:1233\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/jquery": "^3.3.22",
"@types/react": "^16.7.13",
"@types/react-redux": "^6.0.10",
"connected-react-router": "^6.6.1",
"create-react-app": "^2.0.3",
"history": "^4.10.1",
"jquery": "^3.4.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-hot-loader": "^4.12.18",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"ts-loader": "^5.2.1",
"typescript": "^3.1.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"concurrently": "^4.1.0",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
}
}