-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
118 lines (118 loc) · 4.21 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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "carda-gatsby",
"description": "Blog project for soundsvegan.com - based on gatsby and netlify cms",
"version": "1.0.1",
"author": "Matthias Reis",
"dependencies": {
"@ctrl/tinycolor": "^3.4.0",
"@emotion/core": "^11.0.0",
"@emotion/eslint-plugin": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@google-cloud/storage": "^5.16.0",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@mdx-js/runtime": "^1.6.16",
"@piwikpro/react-piwik-pro": "^1.1.1",
"@vercel/gatsby-plugin-vercel-builder": "^1.1.7",
"algoliasearch": "^4.11.0",
"bulma": "^0.9.3",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"dayjs": "^1.11.7",
"dotenv": "^10.0.0",
"front-matter": "^4.0.2",
"fs-extra": "^11.2.0",
"gatsby": "^4.2.0",
"gatsby-plugin-algolia": "^0.24.0",
"gatsby-plugin-emotion": "^7.2.0",
"gatsby-plugin-feed": "^4.2.0",
"gatsby-plugin-gatsby-cloud": "^4.2.0",
"gatsby-plugin-mdx": "^3.2.0",
"gatsby-plugin-netlify": "^3.14.0",
"gatsby-plugin-netlify-cms": "^6.2.0",
"gatsby-plugin-purgecss": "^6.1.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-sitemap": "^5.2.0",
"gatsby-plugin-typescript": "^4.2.0",
"gatsby-remark-copy-linked-files": "^5.2.0",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-smartypants": "^5.2.0",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-transformer-remark": "^5.2.0",
"gatsby-transformer-yaml": "^4.2.0",
"glob": "^7.2.0",
"graceful-fs": "^4.2.11",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.6",
"moment": "2.29.1",
"netlify-cli": "^8.0.3",
"netlify-cms-app": "^2.15.59",
"npm-run-all": "^4.1.5",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.16.0",
"react-typography": "^0.16.20",
"rehype-autolink-headings": "^6.1.0",
"sharp": "^0.29.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.2",
"typography": "^0.16.19",
"unified": "^10.1.1",
"uuid": "^8.3.2",
"xml2js": "^0.4.19",
"yaml": "^2.3.4"
},
"engine": {
"node": ">=16.13.0"
},
"license": "MIT",
"scripts": {
"pretty": "prettier --write .",
"clean": "gatsby clean",
"dev": "yarn tsc && GATSBY_CARDA_PREVIEW=true gatsby develop -p 3335",
"cms": "cd ./cms && yarn dev",
"work": "run-p dev cms -l",
"start": "yarn dev & npx netlify-cms-proxy-server",
"build": "gatsby build",
"localdeploy": "gatsby clean && yarn build && netlify deploy",
"deploy": "curl -X POST -d {} https://api.netlify.com/build_hooks/60a93ed507b42b7a919dbc80",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "jest",
"media": "GOOGLE_APPLICATION_CREDENTIALS=~/carda-credentials.json node ./src/wordpress/media",
"glry": "GOOGLE_APPLICATION_CREDENTIALS=~/carda-credentials.json ts-node ./src/glry",
"imagine": "GOOGLE_APPLICATION_CREDENTIALS=~/carda-credentials.json ts-node ./src/imagine",
"imagine:reindex": "GOOGLE_APPLICATION_CREDENTIALS=~/carda-credentials.json ts-node ./src/imagine/reindex",
"p": "node ./src/wordpress/prettier",
"tsc": "node -v && yarn -v && tsc -v && tsc --project ./tsconfig-gatsby.json",
"prefirebase": "cd functions && yarn build",
"firebase": "firebase deploy --only functions",
"compress-images": "node ./compress-images",
"parser:asterisk": "ts-node ./src/parser/asterisk",
"parser:imagine": "ts-node ./src/parser/run-imagine",
"parser:reorg": "ts-node ./src/parser/reorg",
"parser:clean-fm": "ts-node ./src/parser/clean-fm"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/mdx-js__react": "^1.5.5",
"@types/moment": "^2.13.0",
"@types/node": "^16.11.10",
"@types/react": "^17.0.37",
"@types/react-helmet": "^6.1.4",
"@types/react-instantsearch-dom": "^6.12.0",
"@types/rehype-react": "^6.0.0",
"@types/sharp": "^0.29.4",
"@types/tinycolor": "^1.1.27",
"babel-jest": "^27.3.1",
"eslint-plugin-mdx": "^1.16.0",
"jest": "^27.3.1",
"prettier": "^2.5.0",
"rxjs": "^7.4.0"
},
"volta": {
"node": "20.11.1"
}
}