-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
108 lines (108 loc) · 3.55 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
{
"name": "ory.sh",
"private": true,
"version": "0.0.0",
"dependencies": {
"@palmabit/react-cookie-law": "^0.4.0",
"@raae/gatsby-remark-oembed": "~0.1.1",
"@types/classnames": "~2.2.10",
"@types/csv-parse": "~1.2.2",
"@types/dateformat": "~3.0.1",
"@types/node": "^13.13.12",
"@types/numeral": "0.0.25",
"@types/prismjs": "^1.16.1",
"@types/react": "^16.9.41",
"@types/react-countup": "~4.0.1",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^5.0.16",
"@types/react-visibility-sensor": "~5.0.1",
"@types/regression": "~2.0.0",
"axios": "^0.18.1",
"classnames": "~2.2.6",
"copy-dir": "~1.2.0",
"cross-env": "~5.2.1",
"csv-parse": "~4.6.3",
"dateformat": "~3.0.3",
"fs-extra": "~8.1.0",
"gatsby": "^2.24.81",
"gatsby-image": "^2.4.12",
"gatsby-plugin-force-trailing-slashes": "~1.0.4",
"gatsby-plugin-gdpr-cookies": "^1.0.10",
"gatsby-plugin-manifest": "^2.4.17",
"gatsby-plugin-offline": "^3.2.16",
"gatsby-plugin-postcss": "^2.3.9",
"gatsby-plugin-react-helmet": "^3.3.9",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-plugin-sitemap": "^2.4.10",
"gatsby-plugin-typescript": "~2.1.27",
"gatsby-remark-copy-linked-files": "^2.3.10",
"gatsby-remark-embed-video": "~1.7.1",
"gatsby-remark-embed-youtube": "0.0.7",
"gatsby-remark-emojis": "~0.3.2",
"gatsby-remark-images": "^3.3.17",
"gatsby-remark-prismjs": "^3.5.9",
"gatsby-remark-responsive-iframe": "^2.4.10",
"gatsby-remark-video": "~1.2.4",
"gatsby-source-filesystem": "^2.3.18",
"gatsby-transformer-remark": "^2.8.23",
"gatsby-transformer-sharp": "^2.5.10",
"gatsby-transformer-typescript-css-modules": "~1.0.14",
"lost": "~8.3.1",
"netlify": "~2.4.8",
"netlify-cli": "^2.65.6",
"node-fetch": "^2.6.1",
"normalize.css": "~8.0.1",
"npm-run-all": "~4.1.5",
"numeral": "~2.0.6",
"postcss-color-mod-function": "~3.0.3",
"postcss-for": "~2.1.1",
"postcss-preset-env": "~6.7.0",
"prism-themes": "~1.3.0",
"prismjs": "~1.19.0",
"prop-types": "~15.7.2",
"raw-loader": "^4.0.1",
"react": "^16.13.1",
"react-countup": "~4.3.2",
"react-dom": "^16.13.1",
"react-helmet": "~5.2.1",
"react-keyshape": "^3.3.0",
"react-prism": "~4.3.2",
"react-visibility-sensor": "~5.1.1",
"regression": "~2.0.1",
"remark": "~11.0.1",
"remark-html": "~10.0.0",
"typed-css-modules": "^0.6.4",
"typed-css-modules-loader": "0.0.18",
"typed-css-modules-webpack-plugin": "~0.1.3"
},
"devDependencies": {
"prettier": "~1.18.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "cross-env NODE_ENV=production LOG_LEVEL=debug npm-run-all tcm build:clean build:site build:docs",
"build:clean": "rm -Rf public/* .cache/* || exit 0",
"build:site": "cross-env APP_ENV=browser gatsby build --no-color",
"build:docs": "node --stack-size=4000 build.js",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write src/**/*.{js,jsx,ts,tsx,md,css}",
"start": "npm run develop",
"serve": "gatsby serve",
"nothing": "exit 0",
"deploy": "netlify deploy --prod --dir=public/",
"deploy:draft": "netlify deploy --dir=public/",
"tcm": "tcm src -c",
"tcm:watch": "tcm src -c -w"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}