-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
68 lines (68 loc) · 2.13 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
62
63
64
65
66
67
68
{
"name": "retro-env-can-weather-chan",
"version": "2.1.7",
"private": true,
"scripts": {
"lint": "eslint .",
"dev": "ts-node-dev -r tsconfig-paths/register src/server.ts",
"start": "tsx src/server.ts",
"display": "yarn parcel watch src/display/**/*.html --dist-dir dist/ --public-url ../ --no-source-maps",
"test": "env NODE_ENV=test jest --forceExit",
"test:coverage": "env NODE_ENV=test jest --collectCoverage=true",
"test:watch": "env NODE_ENV=test jest --watch",
"build:display": "yarn parcel build src/display/**/*.html --dist-dir dist/ --no-optimize",
"release": "release-it --ci"
},
"dependencies": {
"@chakra-ui/react": "~2.8.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"amqp": "^0.2.7",
"axios": "1.7.7",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"ec-weather-js": "^1.2.1",
"express": "^4.21.1",
"framer-motion": "^11.15.0",
"point-in-polygon": "^1.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"sass": "^1.83.0",
"uuid4": "^2.0.3",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.13.2",
"@release-it/conventional-changelog": "^7.0.2",
"@testing-library/react": "^15.0.7",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/moxios": "^0.4.17",
"@types/node": "^22.10.2",
"@types/point-in-polygon": "^1.1.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/timezoned-date": "^3.0.2",
"@types/uuid4": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"events": "^3.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mockdate": "^3.0.5",
"moxios": "^0.4.0",
"parcel": "^2.13.2",
"process": "^0.11.10",
"release-it": "^16.2.1",
"stream-browserify": "^3.0.0",
"timezoned-date": "^3.0.2",
"ts-jest": "^29.2.5",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.2",
"typescript": "^5.5.4"
}
}