-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 852 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
{
"name": "pcb-website",
"version": "1.0.0",
"private": true,
"description": "Marketing Website for Performance Clear Bra",
"keywords": [
"performance-clear-bra"
],
"engines": {
"node": "12.x",
"npm": ">=6.0.0"
},
"scripts": {
"dev": "frontity dev",
"build": "frontity build --public-path https://performanceclearbra.com/static",
"serve": "frontity serve"
},
"prettier": {},
"dependencies": {
"@frontity/core": "^1.16.0",
"@frontity/google-analytics": "^2.1.0",
"@frontity/google-tag-manager-analytics": "^1.3.0",
"@frontity/html2react": "^1.7.0",
"@frontity/tiny-router": "^1.4.4",
"@frontity/wp-source": "^1.11.7",
"@frontity/yoast": "^2.1.1",
"dotenv": "^16.0.2",
"frontity": "^1.17.2",
"pcb-theme": "file:packages/pcb-theme",
"react-icons": "^4.4.0"
}
}