webapp
Форк от omaltsev/webapp
/
package.json
35 строк · 801.0 Байт
1{
2"name": "navbar-dropdown-v1",
3"version": "1.0.0",
4"private": true,
5"dependencies": {
6"@testing-library/jest-dom": "4.2.4",
7"@testing-library/react": "9.3.2",
8"@testing-library/user-event": "7.1.2",
9"react": "16.13.1",
10"react-dom": "16.13.1",
11"react-router-dom": "5.2.0",
12"react-scripts": "3.4.1"
13},
14"scripts": {
15"start": "react-scripts start",
16"build": "export CI=false && react-scripts build",
17"test": "react-scripts test",
18"eject": "react-scripts eject"
19},
20"eslintConfig": {
21"extends": "react-app"
22},
23"browserslist": {
24"production": [
25">0.2%",
26"not dead",
27"not op_mini all"
28],
29"development": [
30"last 1 chrome version",
31"last 1 firefox version",
32"last 1 safari version"
33]
34}
35}
36