-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 2.17 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
{
"name": "alexanderschroeder.net",
"version": "1.0.0",
"private": true,
"dependencies": {
"@mdx-js/mdx": "^1.6.6",
"@mdx-js/react": "^1.6.6",
"@mdx-js/runtime": "^1.6.6",
"gatsby": "^2.23.3",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-feed-mdx": "~1.0.1",
"gatsby-plugin-force-trailing-slashes": "^1.0.4",
"gatsby-plugin-manifest": "^2.4.12",
"gatsby-plugin-mdx": "^1.2.16",
"gatsby-plugin-offline": "^3.2.11",
"gatsby-plugin-react-helmet": "^3.3.4",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-sharp": "^2.6.12",
"gatsby-plugin-sitemap": "^2.4.5",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-copy-linked-files": "^2.3.5",
"gatsby-remark-images": "^3.3.11",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-prismjs": "^3.5.4",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-remark-responsive-iframe": "^2.4.5",
"gatsby-remark-smartypants": "^2.3.4",
"gatsby-source-filesystem": "^2.3.12",
"juxtaposejs": "^1.1.6",
"lodash": "^4.17.19",
"moment": "^2.27.0",
"prismjs": "^1.20.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"typescript-plugin-css-modules": "^5.1.0"
},
"devDependencies": {
"babel-jest": "^26.0.1",
"babel-preset-gatsby": "^0.4.10",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"prettier": "3.3.3",
"react-test-renderer": "^16.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ilyvion/website"
},
"bugs": {
"url": "https://github.com/ilyvion/website/issues"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md,css}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "yarn jest"
}
}