-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.15 KB
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
{
"name": "jolt",
"version": "0.2.0",
"private": true,
"dependencies": {
"@wordpress/html-entities": "^2.11.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.1",
"react-redux": "^5.1.2",
"react-router-dom": "^4.3.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
},
"scripts": {
"crabuild": "react-scripts build",
"craeject": "react-scripts eject",
"crastart": "react-scripts start",
"cratest": "react-scripts test",
"build": "PUBLIC_URL=https://www.joltradio.org/wp-content/themes/jolt && wptheme-scripts build",
"start": "wptheme-scripts start",
"wpbuild": "wptheme-scripts wpbuild",
"wpstart": "wptheme-scripts wpstart"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage": "https://192.168.64.2/joltre/wp-content/themes/jolt",
"browserLaunchTo": "https://192.168.64.2/joltre",
"devDependencies": {
"@devloco/react-scripts-wptheme": "^3.4.1-wp.1",
"node-sass": "^4.14.1",
"react-twitch-embed-video": "^1.1.4",
"svg-sprite-loader": "^4.3.0"
}
}