-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.8 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
{
"name": "together",
"version": "1.0.0",
"description": "A visualization project for Git",
"main": "index.js",
"scripts": {
"start-scripts": "tsc -w -p ./scripts",
"build-scripts": "tsc -p ./scripts",
"start": "webpack-dev-server --config ./vis/webpack.config.js --mode development",
"build": "webpack --config ./vis/webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/assuming/together.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/assuming/together/issues"
},
"homepage": "https://github.com/assuming/together#readme",
"dependencies": {
"@types/moment-timezone": "^0.5.12",
"blamer": "^0.1.13",
"d3": "^5.9.7",
"glob": "^7.1.4",
"linecount": "^1.0.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@types/d3": "^5.7.2",
"@types/react-router-dom": "^4.3.4",
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/glob": "^7.1.1",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/styled-components": "^4.1.18",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"file-loader": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"style-loader": "^0.23.1",
"typescript": "^3.5.3",
"url-loader": "^2.0.1",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
}
}