forked from webiny/docs.webiny.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.05 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
{
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "yarn prepare-docs && concurrently \"node scripts/watchDocs.js\" \"next dev\"",
"prepare-docs": "node scripts/prepareDocs.js",
"build": "yarn prepare-docs && next build",
"start": "next start",
"export": "yarn build && next export",
"format": "prettier '{src,remark,scripts}/**/*.{css,js,mdx}' --write",
"eslint": "eslint \"**/*.{js,jsx,ts,tsx}\" --max-warnings=0 --fix",
"prepare-release-notes": "node scripts/prepareReleaseNotes.js"
},
"browserslist": [
"> 1%"
],
"dependencies": {
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/register": "^7.18.6",
"@badrap/bar-of-progress": "^0.1.1",
"@docsearch/react": "^3.1.1",
"@headlessui/react": "^1.6.5",
"@heroicons/react": "^1.0.6",
"@juggle/resize-observer": "^3.2.0",
"@mdx-js/loader": "^1.6.21",
"@mdx-js/react": "^1.6.22",
"@next/bundle-analyzer": "^9.4.4",
"@next/mdx": "^10.0.1",
"@reach/alert": "^0.16.0",
"@reach/rect": "^0.10.5",
"@silvenon/remark-smartypants": "^1.0.0",
"@sindresorhus/slugify": "^1.1.0",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/typography": "^0.5.0",
"@webiny/react-properties": "^5.34.1",
"autoprefixer": "^10.4.0",
"babel-plugin-module-resolver": "^4.1.0",
"brotli-size": "^4.0.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"classnames": "^2.3.1",
"clean-css": "^4.2.3",
"clsx": "^1.1.1",
"deasync": "^0.1.20",
"debounce": "^1.2.0",
"dlv": "^1.1.3",
"file-loader": "^6.0.0",
"focus-visible": "^5.1.0",
"front-matter": "^4.0.2",
"fs-extra": "^9.1.0",
"globby": "^11.1.0",
"jsdom": "^20.0.0",
"load-json-file": "^6.2.0",
"minimatch": "^3.0.4",
"next": "^12.0.7",
"node-gyp": "^9.0.0",
"p-map": "4.0.0",
"p-retry": "^4.6.2",
"postcss": "^8.4.5",
"postcss-focus-visible": "^5.0.0",
"postcss-import": "^14.0.1",
"prettier": "^2.5.0",
"prismjs": "^1.25.0",
"prompt-sync": "^4.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-image-lightbox": "^5.1.4",
"react-tabs": "^3.2.3",
"redent": "^3.0.0",
"replace-in-path": "^1.1.0",
"rimraf": "^3.0.2",
"semver": "^7.3.7",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^3.0.15",
"tinytime": "^0.2.6",
"titlecase": "^1.1.3",
"walk": "^2.3.15",
"write-json-file": "^4.3.0",
"wts": "https://github.com/webiny/wts#ae82e59470d79dc448a74239bf9d2328f4b93499"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"babel-eslint": "10.x",
"concurrently": "^7.2.2",
"eslint": "7.x",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "4.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "2.x",
"execa": "^5.0.0",
"glyphhanger": "^4.0.1",
"inquirer": "^8.2.4",
"ncp": "^2.0.0"
},
"packageManager": "[email protected]"
}