-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "eckode",
"version": "0.1.0",
"description": "Simple React.js WordPress theme.",
"keywords": [
"react",
"webpack",
"typescript",
"babel",
"sass",
"hmr",
"starter",
"boilerplate"
],
"author": "Jared Rethman",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/eckode/theme.git"
},
"bugs": {
"url": "https://github.com/eckode/theme/issues"
},
"homepage": "https://github.com/eckode/theme",
"scripts": {
"fe:start": "wp-scripts start --hot --webpack-no-externals",
"fe:start:s": "wp-scripts start --hot --webpack-no-externals --config configs/webpack/frontend.js",
"build": "wp-scripts build --webpack-no-externals"
},
"devDependencies": {
"@reduxjs/toolkit": "^1.8.5",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.26",
"@wordpress/scripts": "^24.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"web-vitals": "^2.1.4"
},
"dependencies": {
"@wordpress/api-fetch": "^6.15.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.4.0",
"styled-components": "^5.3.5"
},
"resolutions": {
"styled-components": "^5"
}
}