-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.92 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
{
"name": "react-place",
"homepage": "https://thomassth.github.io/react-place-public",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fluentui/react": "^8.67.2",
"@fluentui/web-components": "^2.4.0",
"@mapbox/mapbox-gl-geocoder": "^5.0.0",
"@microsoft/fast-element": "^1.10.0",
"@microsoft/fast-foundation": "^2.45.0",
"@microsoft/fast-react-wrapper": "^0.3.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.31",
"@types/react": "^17.0.44",
"@types/react-dom": "^18.0.3",
"gh-pages": "^4.0.0",
"mapbox-gl": "^2.8.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-query": "^3.38.1",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "EXTEND_ESLINT=true react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "EXTEND_ESLINT=true react-scripts build",
"test": "EXTEND_ESLINT=true react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"import/no-webpack-loader-syntax": "off"
}
},
"browserslist": {
"production": [
"defaults",
"not ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/preset-env": "^7.17.10",
"@types/jasmine": "^4.0.3",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.2",
"@types/mapbox-gl": "^2.7.0",
"jasmine-core": "^4.1.0",
"karma": "^6.3.19",
"karma-chrome-launcher": "^3.1.1",
"karma-jasmine": "^5.0.0",
"karma-webpack": "^5.0.0",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"webpack": "^5.72.0",
"webpack-dev-server": "^4.8.1"
}
}