forked from raffazizzi/gatsby-ceteicean-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 850 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
{
"name": "version-t",
"version": "1.0.0",
"private": true,
"description": "version-t",
"author": "Raff Viglianti",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"xslt": "node node_modules/xslt3/xslt3.js -xsl:scripts/notenumbers.xsl -export:scripts/notenumbers.sef.json -nogo",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"gatsby": "^5.13.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"gatsby-source-filesystem": "^5.13.1",
"gatsby-theme-ceteicean": "^3.3.1",
"gatsby-transformer-ceteicean": "^1.2.0",
"gh-pages": "^6.1.1",
"saxon-js": "^2.6.0",
"xslt3": "^2.6.0"
}
}