forked from kataki/CS3SiteArchive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.59 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "recloudstream",
"version": "1.0.0",
"private": true,
"description": "recloudstream",
"author": "Cloudburst",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@noriginmedia/norigin-spatial-navigation": "^1.0.5",
"@yume-chan/adb": "^0.0.16",
"@yume-chan/adb-backend-webusb": "^0.0.16",
"@yume-chan/adb-credential-web": "^0.0.16",
"daisyui": "^2.24.0",
"gatsby": "^4.21.1",
"gatsby-plugin-canonical-urls": "^4.22.0",
"gatsby-plugin-compile-es6-packages": "^2.1.1",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-manifest": "^4.21.0",
"gatsby-plugin-no-sourcemaps": "^4.24.0",
"gatsby-plugin-nprogress": "^4.21.0",
"gatsby-plugin-postcss": "^5.21.0",
"gatsby-plugin-preact": "^6.21.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-runtime-path-prefix": "^2.0.1",
"gatsby-plugin-sitemap": "^5.21.0",
"gatsby-remark-mermaid": "^2.1.0",
"gatsby-remark-prismjs": "^6.21.0",
"gatsby-remark-smartypants": "^5.22.0",
"gatsby-source-filesystem": "^4.22.0",
"gatsby-transformer-remark": "^5.25.1",
"postcss": "^8.4.16",
"preact": "^10.10.6",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.4.0",
"rehype-react": "^7.1.1",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.4"
}
}