Showing
1 changed file
with
0 additions
and
46 deletions
package.json
deleted
100644 → 0
1 | -{ | ||
2 | - "name": "es-search", | ||
3 | - "version": "0.1.0", | ||
4 | - "private": true, | ||
5 | - "dependencies": { | ||
6 | - "@elastic/elasticsearch": "^7.12.0", | ||
7 | - "@elastic/react-search-ui": "^1.5.1", | ||
8 | - "@elastic/search-ui-app-search-connector": "^1.5.1", | ||
9 | - "@tensorflow-models/qna": "^1.0.0", | ||
10 | - "@tensorflow/tfjs": "^3.5.0", | ||
11 | - "@testing-library/jest-dom": "^5.11.4", | ||
12 | - "@testing-library/react": "^11.1.0", | ||
13 | - "@testing-library/user-event": "^12.1.10", | ||
14 | - "elasticsearch": "^16.7.2", | ||
15 | - "http-proxy-middleware": "^2.0.0", | ||
16 | - "react": "^17.0.2", | ||
17 | - "react-dom": "^17.0.2", | ||
18 | - "react-loader-spinner": "^4.0.0", | ||
19 | - "react-scripts": "4.0.3", | ||
20 | - "web-vitals": "^1.0.1" | ||
21 | - }, | ||
22 | - "scripts": { | ||
23 | - "start": "react-scripts start", | ||
24 | - "build": "react-scripts build", | ||
25 | - "test": "react-scripts test", | ||
26 | - "eject": "react-scripts eject" | ||
27 | - }, | ||
28 | - "eslintConfig": { | ||
29 | - "extends": [ | ||
30 | - "react-app", | ||
31 | - "react-app/jest" | ||
32 | - ] | ||
33 | - }, | ||
34 | - "browserslist": { | ||
35 | - "production": [ | ||
36 | - ">0.2%", | ||
37 | - "not dead", | ||
38 | - "not op_mini all" | ||
39 | - ], | ||
40 | - "development": [ | ||
41 | - "last 1 chrome version", | ||
42 | - "last 1 firefox version", | ||
43 | - "last 1 safari version" | ||
44 | - ] | ||
45 | - } | ||
46 | -} |
-
Please register or login to post a comment