-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
65 lines (65 loc) · 1.87 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
{
"name": "inkdrop-docs",
"private": true,
"description": "Inkdrop documentation",
"version": "0.1.0",
"author": "Takuya Matsuyama <t@inkdrop.app>",
"dependencies": {
"@svgr/webpack": "^6.1.2",
"gatsby": "^4.9.3",
"gatsby-image": "^3.11.0",
"gatsby-plugin-catch-links": "^4.9.0",
"gatsby-plugin-fathom": "^2.1.1",
"gatsby-plugin-image": "^2.9.1",
"gatsby-plugin-less": "^6.9.0",
"gatsby-plugin-manifest": "^4.9.1",
"gatsby-plugin-react-helmet": "^5.9.0",
"gatsby-plugin-sharp": "^4.9.1",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-remark-autolink-headers": "^5.9.0",
"gatsby-remark-classes": "^1.0.2",
"gatsby-remark-images": "^6.9.1",
"gatsby-remark-prismjs": "^6.9.0",
"gatsby-source-filesystem": "^4.9.1",
"gatsby-transformer-remark": "^5.9.1",
"gatsby-transformer-sharp": "^4.9.0",
"less": "^4.1.2",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"remark-html": "^13.0.2",
"semantic-ui-less": "^2.4.1",
"semantic-ui-react": "^2.0.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"babel-preset-gatsby": "^2.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.27.1",
"prettier": "^2.5.1"
},
"keywords": [
"gatsby",
"inkdrop",
"markdown"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop -H 0.0.0.0",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}