forked from wpengine/atlas-blueprint-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "atlas-blueprint-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rimraf .next node_modules",
"generate": "gqty generate",
"wpe-build": "next build",
"format": "prettier --write 'src/**/*.{js,jsx,md,mdx,css,scss}'",
"format:check": "prettier --check 'src/**/*.{js,jsx,md,mdx,css,scss}'"
},
"dependencies": {
"@faustjs/core": "^0.15.2",
"@faustjs/next": "^0.15.3",
"gqty": "^2.2.0",
"next": "12.1.0",
"normalize.css": "^8.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-responsive-carousel": "^3.2.23",
"sharp": "^0.30.5",
"use-debounce": "^7.0.1"
},
"devDependencies": {
"@gqty/cli": "^3.1.0",
"@wordpress/base-styles": "^4.1.1",
"@wordpress/block-library": "^7.0.0",
"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.49.8"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
}
}