forked from prettier/prettier
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 758 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 758 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
{
"license": "MIT",
"scripts": {
"build": "webpack --mode=production && docusaurus-build",
"start": "concurrently \"docusaurus-start\" \"webpack --mode=development --watch\"",
"update-stable-docs": "rm -rf ./versioned_docs ./versions.json && docusaurus-version stable"
},
"dependencies": {
"clipboard": "2.0.10",
"codemirror-graphql": "1.2.15",
"lz-string": "1.4.4",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/preset-react": "7.16.7",
"@sandhose/prettier-animated-logo": "1.0.3",
"babel-loader": "8.2.5",
"concurrently": "7.1.0",
"docusaurus": "1.14.7",
"js-yaml": "4.1.0",
"webpack": "5.74.0",
"webpack-cli": "4.9.2"
}
}