-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "react-build-wp",
"version": "0.1.0",
"private": true,
"homepage": "/wp-content/themes/build",
"dependencies": {
"@apollo/client": "^3.3.9",
"graphql": "^15.5.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.2",
"react-wp-form": "https://github.com/jonshipman/react-wp-form",
"react-wp-gql": "https://github.com/jonshipman/react-wp-gql",
"react-wp-tachyons": "https://github.com/jonshipman/react-wp-tachyons",
"sass": "^1.32.7",
"web-vitals": "^1.1.0"
},
"scripts": {
"start": "BROWSER=none PORT=3000 CHOKIDAR_USEPOLLING=true FAST_REFRESH=false react-scripts start",
"build": "react-scripts build",
"postbuild": "mv ./build/index.html ./build/index.php",
"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"
]
}
}