-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.72 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
{
"name": "ticclat_frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"bundle": "webpack",
"start": "webpack-dev-server --host=0.0.0.0 --mode development --open --hot ",
"build": "webpack --mode production",
"check-types": "tsc",
"lint": "tslint --project ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/TICCLAT/ticclat_frontend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TICCLAT/ticclat_frontend/issues"
},
"homepage": "https://github.com/TICCLAT/ticclat_frontend#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/d3": "^5.7.2",
"@types/react": "^16.8.22",
"@types/react-dom": "^16.8.4",
"@types/react-router-dom": "^4.3.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"file-loader": "^4.2.0",
"guid-typescript": "^1.0.9",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-immutable": "^6.0.0",
"tslint-react": "^4.0.0",
"typescript": "^3.5.2",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^4.5.1",
"babel-polyfill": "^6.26.0",
"clsx": "^1.0.4",
"d3": "^5.9.7",
"d3-svg-legend": "^2.25.6",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1"
}
}