-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
50 lines (50 loc) · 1.32 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
49
50
{
"name": "@faustjs/atlas-blueprint-portfolio",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "faust dev",
"build": "faust build",
"generate": "faust generatePossibleTypes",
"start": "faust start",
"lint": "faust lint",
"clean": "rimraf .next node_modules",
"wpe-build": "faust build",
"format": "prettier --write './**/*.{js,jsx,md,mdx,css,scss}'",
"format:check": "prettier --check './**/*.{js,jsx,md,mdx,css,scss}'"
},
"dependencies": {
"@apollo/client": "3.7.0",
"@faustwp/cli": "^1.0.0",
"@faustwp/core": "^1.0.0",
"classnames": "^2.3.1",
"graphql": "^16.8.1",
"next": "^14.2.15",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "4.6.0",
"react-responsive-carousel": "3.2.23",
"sharp": "^0.32.6",
"use-debounce": "8.0.4"
},
"devDependencies": {
"@wordpress/base-styles": "^4.42.5",
"@wordpress/block-library": "^8.28.12",
"dotenv-flow": "^3.2.0",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"sass": "^1.54.9"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"overrides": {
"postcss": ">=8.4.31"
}
}