-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.48 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
51
52
53
54
55
56
{
"name": "@faustwp/atlas-shopify-blueprint",
"private": true,
"version": "1.0.10",
"scripts": {
"dev": "faust dev",
"build": "faust build",
"generate": "faust generatePossibleTypes",
"start": "faust start",
"lint": "next lint --fix & npx prettier --write .",
"test": "jest",
"prepare": "husky install"
},
"dependencies": {
"@apollo/client": "^3.12.5",
"@apollo/react-testing": "^4.0.0",
"@faustwp/cli": "1.2.1",
"@faustwp/core": "1.2.0",
"@wordpress/base-styles": "^4.49.0",
"@wordpress/block-library": "^8.35.0",
"classnames": "^2.5.1",
"eslint-plugin-jest": "^27.9.0",
"graphql": "^16.10.0",
"jest-environment-jsdom": "^29.7.0",
"next": "^14.2.23",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"sass": "^1.83.1",
"universal-cookie": "^6.1.3",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.3.1",
"babel-jest": "^29.7.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.23",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-css-modules-transform": "^4.4.2",
"lint-staged": "^15.3.0",
"prettier": "3.4.2"
},
"overrides": {
"react": "^18.2.0",
"semver": "7.5.3",
"yaml": "2.2.2"
},
"lint-staged": {
"**/*": "npm run lint"
}
}