-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.78 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": "rain-clock",
"version": "0.0.1",
"description": "View hyper-local rain predictions on a clock",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/mattcanty/rain-clock.git"
},
"author": "Matt Canty",
"license": "ISC",
"bugs": {
"url": "https://github.com/matthewcanty/rain-clock/issues"
},
"homepage": "http://rainclock.matthewcanty.co.uk/",
"scripts": {
"build": "webpack --mode production",
"local": "webpack --watch --mode development"
},
"dependencies": {
"@svgr/webpack": "^6.3.1",
"@types/d3": "^7.4.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.25",
"@types/styled-system": "^5.1.15",
"compression": "^1.7.0",
"css-loader": "^6.7.1",
"css-modules-typescript-loader": "^4.0.1",
"d3": "^7.6.1",
"darksky": "^0.1.2",
"debug": "^2.1.0",
"dotenv": "^4.0.0",
"dotenv-webpack": "^8.0.0",
"express": "^4.10.1",
"mini-css-extract-plugin": "^2.6.1",
"node-cache": "^4.1.1",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"request": "2.79.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"styled-components": "^5.3.5",
"styled-system": "^5.1.5",
"swr": "^1.3.0",
"ts-loader": "^9.3.1",
"tslib": "^2.4.0",
"twitter": "1.7.0",
"typescript": "^4.7.4",
"unfetch": "^4.2.0",
"use-interval": "^1.4.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"devDependencies": {
"sass": "^1.63.4"
}
}