This repository has been archived by the owner on Jan 1, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
101 lines (101 loc) · 3.23 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
{
"name": "devsite",
"private": true,
"description": "Source code for the freesewing.dev website",
"version": "2.11.0-rc.3",
"author": "Joost De Cock <[email protected]> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "https://github.com/freesewing/freesewing.dev",
"prettier": "@freesewing/prettier-config",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@bugsnag/js": "^7.13.2",
"@bugsnag/plugin-react": "^7.14.0",
"@fontsource/permanent-marker": "^4.5.0",
"@fontsource/roboto-mono": "^4.5.0",
"@fontsource/ubuntu": "^4.5.0",
"@freesewing/components": "2.16.2",
"@freesewing/core": "2.18.0",
"@freesewing/css-theme": "2.18.0",
"@freesewing/examples": "2.17.4",
"@freesewing/i18n": "^2.18.0",
"@freesewing/models": "2.17.1",
"@freesewing/mui-theme": "2.19.5",
"@freesewing/pattern-info": "2.18.0",
"@freesewing/plugin-bundle": "2.18.0",
"@freesewing/plugin-buttons": "2.18.0",
"@freesewing/plugin-theme": "^2.18.0",
"@freesewing/rendertest": "2.18.0",
"@freesewing/tutorial": "2.18.0",
"@freesewing/utils": "2.19.0",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.58",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"algoliasearch": "4.10.5",
"dotenv": "8.6.0",
"fontsource-roboto-mono": "^4.0.0",
"fontsource-ubuntu": "^4.0.0",
"gatsby": "^3.14.6",
"gatsby-image": "3.11.0",
"gatsby-link": "3.14.0",
"gatsby-plugin-algolia": "0.22.2",
"gatsby-plugin-catch-links": "3.14.0",
"gatsby-plugin-manifest": "^3.4.0",
"gatsby-plugin-mdx": "2.14.0",
"gatsby-plugin-netlify": "3.14.0",
"gatsby-plugin-nprogress": "3.14.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "4.14.0",
"gatsby-plugin-sass": "^4.14.0",
"gatsby-plugin-sharp": "3.14.3",
"gatsby-plugin-styled-components": "4.14.0",
"gatsby-remark-autolink-headers": "4.11.0",
"gatsby-remark-copy-linked-files": "4.11.0",
"gatsby-remark-images": "5.11.0",
"gatsby-remark-jargon": "2.19.4",
"gatsby-remark-prismjs": "5.11.0",
"gatsby-remark-smartypants": "4.11.0",
"gatsby-source-filesystem": "3.14.0",
"gatsby-transformer-remark": "4.11.0",
"gatsby-transformer-sharp": "3.14.0",
"lodash.orderby": "^4.6.0",
"lodash.set": "^4.3.2",
"node-sass": "^5.0.0",
"prismjs": "1.25.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "6.1.0",
"react-instantsearch-dom": "6.16.0",
"react-markdown": "^6.0.1",
"remark-jargon": "2.19.0",
"sharp": "^0.29.1",
"styled-components": "^5.3.3",
"tlds": "1.226.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.13.2",
"core-js": "^3.11.3",
"remark": "13.0.0",
"remark-frontmatter": "3.0.0",
"remark-html": "13.0.2",
"remark-preset-lint-recommended": "5.0.0"
},
"keywords": [
"freesewing"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"prettier": "npx prettier --write 'src/**'",
"build": "gatsby build",
"clean": "gatsby clean",
"serve": "gatsby serve",
"develop": "gatsby develop --verbose"
}
}