forked from OKEAMAH/prettier
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 911 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 911 Bytes
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
{
"private": true,
"license": "MIT",
"scripts": {
"build": "webpack --mode=production && docusaurus-build",
"start": "concurrently \"docusaurus-start\" \"webpack --mode=development --watch\"",
"update-stable-docs": "rimraf ./versioned_docs ./versions.json && docusaurus-version stable && node ./scripts/replace-version-placeholder.mjs"
},
"dependencies": {
"clipboard": "2.0.11",
"codemirror-graphql": "2.0.12",
"lz-string": "1.5.0",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@sandhose/prettier-animated-logo": "1.0.3",
"babel-loader": "9.1.3",
"concurrently": "8.2.2",
"docusaurus": "1.14.7",
"js-yaml": "4.1.0",
"rimraf": "5.0.7",
"webpack": "5.91.0",
"webpack-cli": "5.1.4"
},
"packageManager": "yarn@4.3.0"
}