-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 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
{
"name": "igmoweb.com",
"version": "1.0.0",
"private": true,
"description": "Frontity project",
"keywords": [
"frontity"
],
"scripts": {
"dev": "frontity dev",
"dev:vercel": "vercel dev",
"build": "frontity build",
"serve": "frontity serve"
},
"prettier": "@wordpress/prettier-config",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@frontity/core": "^1.14.3",
"@frontity/google-analytics": "^2.1.0",
"@frontity/html2react": "^1.7.0",
"@frontity/tiny-router": "^1.4.4",
"@frontity/wp-source": "^1.11.5",
"axios": "^0.21.1",
"frontity": "^1.17.0",
"highlight.js": "^11.1.0",
"igmoweb-theme": "file:packages/igmoweb-theme",
"lodash": "^4.17.21",
"polished": "^4.1.3",
"react-loader-spinner": "^4.0.0",
"react-share": "^4.4.0",
"react-spinners": "^0.11.0",
"rss": "^1.2.2"
},
"devDependencies": {
"@wordpress/eslint-plugin": "^9.1.0",
"@wordpress/prettier-config": "^1.1.0",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "npm:wp-prettier@^2.2.1-beta-1",
"vercel": "^23.0.1"
}
}