-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.63 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.63 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "bussit",
"version": "1.0.0",
"description": "Tampereen bussit",
"module": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --mode development --config ./webpack.config.js",
"build": "webpack --mode production --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmullo/bussit.git"
},
"keywords": [
"tampereen",
"tampere",
"bussit",
"nysse",
"kartalla",
"seuranta"
],
"author": "Jussi Mullo <mulloju@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmullo/bussit/issues"
},
"homepage": "https://github.com/jmullo/bussit",
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/plugin-transform-class-properties": "7.24.1",
"@babel/plugin-transform-classes": "7.24.1",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.4",
"@babel/preset-react": "7.24.1",
"babel-loader": "9.1.3",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.0.0",
"html-webpack-plugin": "5.6.0",
"postcss-loader": "8.1.1",
"postcss-preset-env": "9.5.4",
"style-loader": "3.3.4",
"webpack": "5.91.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
"dependencies": {
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"axios": "1.6.8",
"core-js": "3.36.1",
"leaflet": "1.9.4",
"lodash": "4.17.21",
"luxon": "3.4.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"typeface-roboto": "1.1.13"
}
}