-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
125 lines (125 loc) · 3.92 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
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "devfile-web",
"version": "1.0.0",
"license": "Apache-2.0",
"engines": {
"node": "18"
},
"scripts": {
"start": "nx serve",
"build": "nx build",
"docs": "./scripts/docs.sh",
"test": "nx test",
"lint": "nx affected --target=lint",
"prepare": "husky install",
"create:component": "nx workspace-generator component --project=core",
"create:hook": "nx workspace-generator hook --project=core",
"create:function": "nx workspace-generator function --project=core"
},
"browserslist": "defaults, not ie <= 11",
"private": true,
"dependencies": {
"@algolia/client-search": "^4.14.2",
"@beam-australia/react-env": "^3.1.1",
"@docsearch/react": "^3.1.1",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.0.13",
"@markdoc/markdoc": "^0.2.1",
"@markdoc/next.js": "^0.2.1",
"@next/bundle-analyzer": "^13.2.0",
"@nrwl/next": "^15.2.1",
"@schultzp2020/prism-react-renderer": "^1.3.7",
"@segment/analytics-next": "^1.38.0",
"@sindresorhus/slugify": "^2.1.0",
"clsx": "^1.1.1",
"core-js": "^3.6.5",
"focus-visible": "^5.2.0",
"fuse.js": "^6.6.2",
"js-yaml": "^4.1.0",
"next": "~13.1.6",
"next-query-params": "^4.3.0",
"next-sitemap": "^3.1.17",
"query-string": "^8.2.0",
"react": "^18.2.0",
"react-debounce-input": "^3.3.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"regenerator-runtime": "0.13.11",
"remark-gfm": "^3.0.1",
"sharp": "^0.32.6",
"tslib": "^2.0.0",
"use-query-params": "^2.2.1",
"usehooks-ts": "^2.6.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.23.2",
"@headlessui/tailwindcss": "^0.1.1",
"@next/env": "^13.0.5",
"@nrwl/cli": "^15.2.1",
"@nrwl/cypress": "^15.2.1",
"@nrwl/devkit": "^15.2.1",
"@nrwl/eslint-plugin-nx": "^15.2.1",
"@nrwl/jest": "^15.2.1",
"@nrwl/linter": "^15.2.1",
"@nrwl/nx-cloud": "^15.0.2",
"@nrwl/react": "^15.2.1",
"@nrwl/web": "^15.2.1",
"@nrwl/workspace": "^15.2.1",
"@svgr/webpack": "^6.5.1",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.2.173",
"@swc/helpers": "^0.4.11",
"@swc/jest": "0.2.24",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.2",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "^29.0.2",
"@types/json-schema": "^7.0.11",
"@types/node": "^18.17.18",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"autoprefixer": "^10.4.7",
"babel-jest": "^29.0.0",
"babel-loader": "9.1.2",
"cypress": "^12.6.0",
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-license-header": "^0.6.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-typescript-enum": "^2.1.0",
"eslint-plugin-unicorn": "^45.0.2",
"fs-extra": "^11.1.0",
"husky": "^8.0.1",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"jest-fetch-mock": "^3.0.3",
"nx": "^15.2.1",
"postcss": "^8.4.31",
"postcss-focus-visible": "^8.0.2",
"postcss-import": "^15.1.0",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.2.3",
"quicktype-core": "^23.0.5",
"react-test-renderer": "18.2.0",
"tailwindcss": "^3.1.4",
"ts-jest": "^29.0.1",
"typescript": "^4.9.3",
"url-loader": "^4.1.1",
"webpack": "^5.94.0"
}
}