-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
63 lines (63 loc) · 1.75 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
{
"name": "tsml-ui",
"version": "1.7.17",
"private": false,
"license": "MIT",
"scripts": {
"test": "jest",
"test-watch": "jest --watch",
"test-coverage": "jest --coverage",
"serve": "serve public",
"start": "npx mix watch",
"build": "npx mix --production"
},
"devDependencies": {
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@emotion/babel-plugin": "^11.11.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.1",
"@types/luxon": "^3.3.0",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.6.1",
"laravel-mix": "^6.0.49",
"react-test-renderer": "^18.2.0",
"serve": "^14.2.0",
"ts-loader": "^9.4.3",
"typescript": "^5.3.3"
},
"dependencies": {
"@code4recovery/spec": "1.0.9",
"@emotion/react": "^11.11.1",
"deepmerge": "^4.3.1",
"luxon": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroller": "^1.2.6",
"react-map-gl": "^7.1.7",
"react-router-dom": "^6.18.0",
"viewport-mercator-project": "^7.0.4"
},
"babel": {
"plugins": [
"@emotion"
],
"presets": [
"@babel/preset-react"
]
}
}