-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "kaluma-website",
"version": "1.0.0",
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build && gh-pages -d public -b deploy"
},
"devDependencies": {
"prettier": "^2.5.1"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^0.1.6",
"assert": "^2.0.0",
"bootstrap": "^5.1.3",
"codemirror": "^5.65.2",
"crc": "4.1.0",
"gatsby": "^4.9.3",
"gatsby-plugin-react-helmet": "^5.9.0",
"gatsby-plugin-sass": "^5.9.0",
"gatsby-remark-autolink-headers": "^5.10.0",
"gatsby-remark-prismjs": "^6.9.0",
"gatsby-source-filesystem": "^4.9.1",
"gatsby-transformer-json": "^4.9.0",
"gatsby-transformer-remark": "^5.9.1",
"gh-pages": "^3.2.3",
"jshint": "^2.13.4",
"prismjs": "^1.27.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"sass": "^1.49.9",
"ssr-polyfill": "^1.0.1",
"util": "^0.12.4",
"xterm": "^4.18.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.5.1"
}
}