-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 2.99 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "woodtoolsearch-nx",
"version": "^0.0.0",
"license": "^MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"build:all": "nx affected --target=build --all --skip-nx-cache",
"test": "nx test",
"test:all": "nx affected --target=test --all --skip-nx-cache",
"migrate": "npx nx@latest migrate latest",
"prepare": "husky install"
},
"private": true,
"engines": {
"node": "18.14.2",
"npm": "^9.5.0"
},
"volta": {
"node": "18.14.2",
"npm": "9.5.0"
},
"dependencies": {
"@nestjs/common": "^9.3.9",
"@nestjs/config": "^2.3.1",
"@nestjs/core": "^9.3.9",
"@nestjs/event-emitter": "^1.4.1",
"@nestjs/mapped-types": "^1.2.2",
"@nestjs/platform-express": "^9.3.9",
"@sanity/webhook": "^2.0.0",
"algoliasearch": "^4.14.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"core-js": "^3.28.0",
"instantsearch.css": "^8.0.0",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch-hooks-server": "^6.40.1",
"react-instantsearch-hooks-web": "^6.40.1",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.11",
"rxjs": "^7.5.7",
"tslib": "^2.5.0"
},
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@nestjs/schematics": "^9.0.4",
"@nestjs/testing": "^9.3.9",
"@nrwl/cli": "15.7.2",
"@nrwl/cypress": "15.7.2",
"@nrwl/eslint-plugin-nx": "15.7.2",
"@nrwl/jest": "15.7.2",
"@nrwl/js": "15.7.2",
"@nrwl/linter": "15.7.2",
"@nrwl/nest": "15.7.2",
"@nrwl/next": "15.7.2",
"@nrwl/node": "15.7.2",
"@nrwl/nx-cloud": "15.1.1",
"@nrwl/react": "15.7.2",
"@nrwl/web": "15.7.2",
"@nrwl/workspace": "15.7.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^6.1.2",
"@testing-library/react": "13.4.0",
"@types/express": "^4.17.17",
"@types/jest": "28.1.8",
"@types/node": "^18.14.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"babel-jest": "28.1.3",
"css-loader": "^6.7.3",
"cypress": "^12.6.0",
"eslint": "~8.15.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.3",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.1",
"lint-staged": "^13.1.2",
"nx": "15.7.2",
"nx-ignore": "^15.6.0",
"prettier": "^2.8.4",
"react-refresh": "^0.14.0",
"react-test-renderer": "18.2.0",
"sass": "^1.58.3",
"style-loader": "^3.3.0",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "~4.8.2",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-merge": "^5.8.0"
}
}