-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 851 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 851 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
31
32
33
34
35
36
{
"name": "@iota-wiki/plugin-tutorial",
"version": "1.0.6",
"main": "lib/index.js",
"scripts": {
"clean": "rm -rf ./lib",
"build": "tsc --build",
"prepack": "yarn build"
},
"packageManager": "yarn@3.2.2",
"dependencies": {
"@docusaurus/plugin-ideal-image": "^2.0.1",
"@docusaurus/theme-common": "^2.0.1",
"@popperjs/core": "^2.11.5",
"clsx": "^1.1.1",
"react": "^17.0.2",
"react-collapsible": "^2.8.4",
"react-dom": "^17.0.2",
"react-popper": "^2.2.5",
"react-select": "^5.3.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.0.1",
"@docusaurus/types": "^2.0.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^4.6.3"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"files": [
"lib"
]
}