-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 873 Bytes
/
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
{
"name": "nikolas-frontends",
"version": "1.0.0",
"private": true,
"description": "Frontity project - react frontends to headless wordpress",
"keywords": [
"frontity"
],
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"scripts": {
"dev": "frontity dev",
"build": "frontity build",
"serve": "frontity serve"
},
"prettier": {},
"dependencies": {
"@frontity/core": "^1.11.1",
"@frontity/html2react": "^1.6.2",
"@frontity/mars-theme": "./packages/mars-theme",
"@frontity/tiny-router": "^1.4.1",
"@frontity/wp-source": "^1.11.2",
"bootstrap": "^4.6.0",
"css-loader": "^5.2.0",
"dayjs": "^1.10.4",
"frontity": "^1.14.3",
"nikolas-real-frontend": "file:packages/nikolas-real-frontend",
"postcss-loader": "^5.2.0",
"react-bootstrap": "^1.5.2",
"style-loader": "^2.0.0"
}
}