-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
51 lines (51 loc) · 1.53 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
{
"name": "@open-sauced/docs.opensauced.pizza",
"version": "1.0.0",
"private": true,
"scripts": {
"preinstall": "npx @open-sauced/check-engines",
"prestart": "npx @open-sauced/check-engines",
"docusaurus": "npx docusaurus",
"start": "npm run docusaurus -- start",
"build": "npm run docusaurus -- build",
"swizzle": "npm run docusaurus -- swizzle",
"deploy": "npm run docusaurus -- deploy",
"clear": "npm run docusaurus -- clear",
"serve": "npm run docusaurus -- serve",
"write-translations": "npm run docusaurus -- write-translations",
"write-heading-ids": "npm run docusaurus -- write-heading-ids",
"push": "npx cz",
"semantic-release": "npx semantic-release"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.8",
"@docusaurus/preset-classic": "2.0.0-beta.8",
"@docusaurus/theme-search-algolia": "^2.0.0-beta.8",
"@mdx-js/react": "^1.6.22",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@open-sauced/check-engines": "^1.0.0",
"@open-sauced/semantic-release-conventional-config": "^2.0.1",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"file-loader": "^6.2.0",
"url-loader": "^4.1.1"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}