-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
113 lines (113 loc) · 3.73 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
105
106
107
108
109
110
111
112
113
{
"name": "quansight",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"prepare": "husky install",
"lint-staged": "lint-staged",
"lint:labs": "nx lint labs --fix",
"lint:consulting": "nx lint consulting",
"start:labs": "nx serve labs",
"start:consulting": "nx serve consulting",
"affected:lint-styles": "nx affected --target=stylelint",
"affected:lint": "nx affected --target=lint",
"lint-styles": "nx run-many --target=stylelint --all",
"codegen:quansight": "cross-env DOTENV_CONFIG_PATH=./apps/consulting/.env graphql-codegen --config codegen-quansight.yml -r dotenv/config",
"codegen:labs": "cross-env DOTENV_CONFIG_PATH=./apps/labs/.env graphql-codegen --config codegen-labs.yml -r dotenv/config"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.5.10",
"@code-hike/mdx": "^0.9.0",
"@nrwl/next": "13.8.5",
"@tailwindcss/typography": "^0.5.2",
"axios": "0.27.2",
"clsx": "^1.2.1",
"core-js": "^3.25.1",
"feed": "^4.2.2",
"graphql": "^16.3.0",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next": "12.2.5",
"next-mdx-remote": "^5.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.34.2",
"react-paginate": "^8.1.3",
"react-player": "2.11.0",
"react-responsive": "^9.0.0-beta.8",
"regenerator-runtime": "0.13.9",
"rehype-katex": "^7.0.1",
"rehype-slug-custom-id": "^2.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"shiki": "^0.10.1",
"slick-carousel": "^1.8.1",
"storyblok-js-client": "^4.5.6",
"storyblok-react": "^0.1.2",
"swiper": "^8.1.5",
"swr": "^1.3.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@graphql-codegen/add": "^3.2.1",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/import-types-preset": "^2.1.18",
"@graphql-codegen/introspection": "^2.2.1",
"@graphql-codegen/near-operation-file-preset": "^2.2.12",
"@graphql-codegen/typescript": "^2.4.5",
"@graphql-codegen/typescript-document-nodes": "^2.2.5",
"@graphql-codegen/typescript-operations": "^2.3.2",
"@graphql-codegen/typescript-react-apollo": "^3.2.8",
"@nrwl/cli": "13.8.5",
"@nrwl/cypress": "13.8.5",
"@nrwl/eslint-plugin-nx": "13.8.5",
"@nrwl/jest": "13.8.5",
"@nrwl/linter": "13.8.5",
"@nrwl/react": "13.8.5",
"@nrwl/tao": "13.8.5",
"@nrwl/web": "13.8.5",
"@nrwl/workspace": "13.8.5",
"@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "27.4.1",
"@types/node": "20.10.1",
"@types/react": "17.0.30",
"@types/react-dom": "17.0.9",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"autoprefixer": "^10.4.2",
"babel-jest": "27.2.3",
"codegen": "^0.1.0",
"cross-env": "^7.0.3",
"cypress": "^9.1.0",
"dotenv": "^16.0.1",
"eslint": "~8.10.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-next": "^12.2.2",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.27.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-tailwindcss": "^3.5.0",
"husky": "^8.0.1",
"jest": "27.2.3",
"lint-staged": "^13.0.3",
"minimist": "^1.2.8",
"nx-stylelint": "^13.2.1",
"postcss": "^8.4.31",
"prettier": "^2.5.1",
"react-test-renderer": "17.0.2",
"stylelint": "^14.3.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^26.0.0",
"tailwindcss": "^3.0.23",
"ts-jest": "27.1.3",
"typescript": "~4.5.2"
}
}