generated from foambubble/foam-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 863 Bytes
/
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
{
"name": "brain-backup",
"private": true,
"version": "1.0.0",
"type": "commonjs",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"start:build": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"gh-pages": "gh-pages -d public"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"autoprefixer": "^10.3.7",
"gatsby": "^3.14.6",
"gatsby-plugin-mdx": "^2.1.0",
"gatsby-philipps-foam-theme": "^0.3.5",
"gatsby-plugin-postcss": "^4.14.0",
"katex": "^0.13.3",
"postcss": "^8.3.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rehype-katex": "^3.1.0",
"remark-math": "^3.0.1"
},
"devDependencies": {
"gh-pages": "^3.2.3"
}
}