-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 870 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 870 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
{
"name": "@divriots/dockit-react",
"version": "0.1.0",
"description": "",
"license": "ISC",
"type": "module",
"homepage": "https://backlight.dev/preview/wzPn6NO54tDJlBxCtjGx/",
"scripts": {
"serve": "npx backlight@latest serve wzPn6NO54tDJlBxCtjGx --open"
},
"dependencies": {
"@divriots/dockit-core": "^0.9.4",
"@mdx-js/react": "^2.1.1",
"dependency-graph": "^0.11.0",
"lodash": "^4.17.21",
"path": "^0.12.7",
"prism-react-renderer": "^1.3.1",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-live": "^2.4.1",
"styled-components": "^5.3.5",
"styled-system": "^5.1.5",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@divriots/studio-doc-compiler": "^0.0.32",
"@types/prismjs": "^1.26.0",
"@types/styled-system": "^5.1.15",
"chai": "^4.3.6"
}
}