-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.65 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
{
"name": "portable-hooks",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx build",
"lint": "nx run-many --all --target=lint",
"start": "nx serve",
"test": "nx run-many --all --target=test",
"new-component": "nx g @nrwl/next:component",
"nx-latest": "nx migrate latest",
"nx-migrate": "yarn install && nx migrate --run-migrations",
"postinstall": "husky install"
},
"private": true,
"dependencies": {
"@bjeco/blocks": "0.0.4",
"@code-hike/mdx": "0.7.5-next.0",
"@mdx-js/loader": "2.1.3",
"@next/mdx": "12.3.1",
"clsx": "1.2.1",
"core-js": "3.25.3",
"fathom-client": "3.5.0",
"framer-motion": "7.4.0",
"next": "12.3.1",
"normalize.css": "8.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-flow-renderer": "10.3.17",
"react-router-dom": "6.4.1",
"regenerator-runtime": "0.13.9",
"tslib": "2.4.0"
},
"devDependencies": {
"@angular-devkit/schematics": "14.2.3",
"@babel/core": "7.19.1",
"@mdx-js/react": "2.1.3",
"@nrwl/cli": "14.7.13",
"@nrwl/cypress": "14.7.13",
"@nrwl/eslint-plugin-nx": "14.7.13",
"@nrwl/jest": "14.7.13",
"@nrwl/linter": "14.7.13",
"@nrwl/next": "14.7.13",
"@nrwl/nx-cloud": "14.6.2",
"@nrwl/react": "14.7.13",
"@nrwl/web": "14.7.13",
"@nrwl/workspace": "14.7.13",
"@swc/core": "1.3.3",
"@swc/jest": "0.2.22",
"@testing-library/react": "13.4.0",
"@types/jest": "29.0.3",
"@types/node": "18.7.22",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"babel-jest": "29.0.3",
"cypress": "10.8.0",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"express": "4.18.1",
"husky": "^8.0.1",
"jest": "29.0.3",
"jest-environment-jsdom": "29.0.3",
"lint-staged": "13.0.3",
"nx": "14.7.13",
"prettier": "2.7.1",
"react-test-renderer": "18.2.0",
"sass": "1.55.0",
"stylelint": "14.12.1",
"stylelint-config-css-modules": "4.1.0",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-recommended-scss": "7.0.0",
"stylelint-config-standard": "28.0.0",
"ts-jest": "29.0.2",
"ts-node": "10.9.1",
"tsconfig-paths-webpack-plugin": "4.0.0",
"typescript": "4.8.3",
"webpack": "5.74.0"
},
"packageManager": "[email protected]"
}