-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
74 lines (74 loc) · 2.13 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
{
"name": "inkdrop-top",
"private": true,
"description": "Inkdrop Website",
"version": "5.0.0",
"author": "Takuya Matsuyama <[email protected]>",
"dependencies": {
"@svgr/webpack": "^8.0.1",
"axios": "^1.4.0",
"embla-carousel-autoplay": "^8.5.1",
"embla-carousel-class-names": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"gatsby": "^5.14.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-catch-links": "^5.14.0",
"gatsby-plugin-csp": "^1.1.4",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-less": "^7.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-purgecss": "^6.2.1",
"gatsby-plugin-react-helmet": "^6.10.0",
"gatsby-plugin-sharp": "^5.10.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-remark-autolink-headers": "^6.10.0",
"gatsby-remark-prismjs": "^7.10.0",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-source-medium": "^5.10.0",
"gatsby-transformer-remark": "^6.10.0",
"gatsby-transformer-sharp": "^5.10.0",
"inkdrop-consts": "^3.0.1",
"ionicons": "^7.1.1",
"js-cookie": "^3.0.5",
"less": "^4.1.3",
"motion": "^11.12.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"semantic-ui-less": "^2.5.0",
"semantic-ui-react": "^2.1.4",
"shuffle-array": "^1.0.1",
"three": "^0.170.0",
"vanta": "^0.5.24"
},
"devDependencies": {
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"prettier": "^3.4.1"
},
"keywords": [
"gatsby",
"inkdrop",
"markdown"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"dev": "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"
}
}