forked from Modino-io/modino-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.04 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.04 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "modino-website",
"version": "1.0.0",
"description": "modino.io web page",
"directories": {
"doc": "doc"
},
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Modino-io/modino-cupcake-website.git"
},
"keywords": [
"modino",
"iot",
"security",
"safe",
"update"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Modino-io/modino-cupcake-website/issues"
},
"homepage": "https://github.com/Modino-io/modino-cupcake-website#readme",
"dependencies": {
"@material/button": "^14.0.0",
"@material/checkbox": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/select": "^14.0.0",
"@material/snackbar": "^14.0.0",
"@material/textfield": "^14.0.0",
"@mdx-js/react": "^2.3.0",
"@rmwc/button": "^14.1.0",
"@rmwc/checkbox": "^14.1.0",
"@rmwc/formfield": "^14.1.0",
"@rmwc/select": "^14.1.0",
"@rmwc/snackbar": "^14.1.0",
"@rmwc/textfield": "^14.1.0",
"@rmwc/touch-target": "^14.1.0",
"gatsby": "^5.13.3",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-hotjar": "^1.1.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.71.1",
"vanilla-cookieconsent": "^3.0.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/react": "^18.2.62",
"@types/react-dom": "^18.2.19",
"clean-css-cli": "^5.6.2",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.13.1",
"gh-pages": "^6.1.1",
"sass": "^1.69.4",
"typescript": "^5.3.3"
}
}