-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 752 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 752 Bytes
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
{
"name": "frontity-test",
"version": "1.0.0",
"private": true,
"description": "Frontity project",
"keywords": [
"frontity"
],
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"scripts": {
"dev": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 frontity dev",
"build": "frontity build",
"serve": "frontity serve"
},
"prettier": {},
"dependencies": {
"@frontity/core": "^1.14.2",
"@frontity/head-tags": "^1.1.1",
"@frontity/html2react": "^1.7.0",
"@frontity/mars-theme": "./packages/mars-theme",
"@frontity/tiny-router": "^1.4.2",
"@frontity/wp-source": "^1.11.5",
"@frontity/yoast": "^2.1.1",
"frontity": "^1.16.0"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}