forked from CirclesUBI/circles-handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1015 Bytes
/
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
{
"name": "circles-handbook",
"version": "0.1.0",
"description": "Documentation of the Circles UBI system",
"license": "CC-BY-SA-4.0",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/CirclesUBI/circles-handbook.git"
},
"scripts": {
"build": "docusaurus build",
"clear": "docusaurus clear",
"lint": "eslint ./*.js ./src/**/*.js",
"start": "docusaurus start"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.2",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"prettier": "^2.3.0",
"prop-types": "^15.7.2"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.0",
"@docusaurus/preset-classic": "2.0.0-beta.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}