-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.49 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": "www",
"version": "1.0.0",
"description": "github.com/fouwels/www",
"main": "index.tsx",
"directories": {
"lib": "lib"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/fouwels/www.git"
},
"author": "fouwels",
"license": "MIT",
"devDependencies": {
"@cloudscape-design/collection-hooks": "^1.0.32",
"@cloudscape-design/components": "^3.0.471",
"@cloudscape-design/global-styles": "^1.0.20",
"@foxglove/crc": "^0.0.3",
"@tsconfig/strictest": "^2.0.2",
"@types/node": "^20.10.5",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/webpack": "^5.28.5",
"buffer": "^6.0.3",
"css-loader": "^6.8.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.7.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.21.1",
"react-router-dom": "^6.21.1",
"standard": "^17.1.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"ts-standard": "^12.0.2",
"typescript": "^5.3.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"//": "Tracked as https://github.com/TanStack/virtual/issues/630",
"overrides": {
"react-virtual": {
"react": "^18.0.0"
}
},
"jest": {
"verbose": true,
"preset": "ts-jest",
"transform": {
"^.+\\.ts?$": "ts-jest",
"^.+\\.tsx?$": "ts-jest"
},
"transformIgnorePatterns": [
"<rootDir>/node_modules/"
]
}
}