-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2 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
69
70
71
72
73
74
{
"name": "situation",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^1.1.5",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@inrupt/lit-generated-vocab-common": "^0.3.11",
"@inrupt/solid-client": "^0.4.0",
"@inrupt/solid-ui-react": "^1.2.1",
"@multi-user-domain/mud-lib": "^1.0.0",
"@solid/lit-term": "^0.4.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"framer-motion": "^3.2.1",
"leaflet": "^1.9.3",
"next": "9.5.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-leaflet": "^4.2.0",
"react-scripts": "4.0.3",
"uuid": "^8.3.2",
"validator": "^13.5.2",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.2.5",
"@types/leaflet": "^1.9.0",
"@types/node": "^14.10.1",
"@types/react": "^16.9.49",
"prettier": "^2.1.1",
"rollup": "^2.56.3",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^1.1.0",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"scripts": {
"build": "rollup -c rollup.config.js",
"start": "rollup -c rollup.config.js -w",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}