-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.15 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
{
"name": "tinatsby",
"version": "1.0.0",
"private": true,
"description": "tinatsby",
"author": "Hugo Pernet",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"generate-queries": "node generateQueries.js",
"update-config": "node updateTinaConfig.js",
"dev": "npm run update-config -- false && npm run tlb && npm run generate-queries && npm run update-config -- true && tinacms dev -c \"gatsby develop\"",
"tlb": "tinacms build --local || exit 0",
"build": "gatsby build",
"tina-build-local": "tinacms build --local",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^5.13.7",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tinacms": "^2.2.8"
},
"devDependencies": {
"@tinacms/cli": "^1.6.8",
"@types/express": "^5.0.0",
"@types/node": "^22.7.5",
"@types/webpack": "^5.28.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}