This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·110 lines (110 loc) · 3.76 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
109
110
{
"name": "@octopusthink/getmicdrop.com",
"description": "Mic Drop website",
"version": "1.0.0",
"private": true,
"license": "CC-BY-4.0",
"scripts": {
"build": "npm run clean:appcast && gatsby build",
"build:preview": "rimraf -rf 'static/downloads/Mic Drop*.zip' && npm run build",
"build:pp": "gatsby build --prefix-paths",
"build:gh": "npm run clean && npm run build && gh-pages -d public",
"clean": "npm run clean:appcast && rm -rf public && rm -rf .cache",
"clean:appcast": "rimraf -rf static/downloads/.tmp",
"format": "prettier --write **/**/*.{js,jsx}",
"lint": "eslint .",
"preinstall": "npx npm-force-resolutions",
"remove:all": "npm run remove:blog && npm run remove:portfolio",
"remove:blog": "rm -rf src/content/blog && rm -rf src/templates/Blog",
"remove:portfolio": "rm -rf src/content/portfolio && rm -rf src/templates/Portfolio",
"start": "npm run clean:appcast && gatsby develop",
"serve": "gatsby serve",
"test": "echo 'No tests yet! (See: https://gatsby.dev/unit-testing/)'"
},
"prettier": "@octopusthink/prettier-config",
"dependencies": {
"@emotion/core": "^11.0.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@octopusthink/nautilus": "^0.5.0",
"@use-it/event-listener": "^0.1.7",
"a11y-react-emoji": "^1.1.3",
"acorn": "^8.7.0",
"babel-jest": "^27.4.6",
"babel-preset-gatsby": "^2.5.1",
"dayjs": "^1.10.7",
"email-validator": "^2.0.4",
"emotion-theming": "^11.0.0",
"gatsby": "^4.5.2",
"gatsby-image": "^3.11.0",
"gatsby-plugin-emotion": "^7.5.0",
"gatsby-plugin-feed": "^4.5.0",
"gatsby-plugin-layout": "^3.5.0",
"gatsby-plugin-mdx": "^3.5.1",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.5.1",
"gatsby-plugin-sitemap": "^5.5.0",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-remark-copy-linked-files": "^5.5.0",
"gatsby-remark-images": "^6.5.1",
"gatsby-remark-smartypants": "^5.5.0",
"gatsby-source-filesystem": "^4.5.1",
"gatsby-transformer-remark": "^5.5.1",
"gatsby-transformer-sharp": "^4.5.0",
"gatsby-transformer-yaml": "^4.5.0",
"gh-pages": "^3.2.3",
"identity-obj-proxy": "^3.0.0",
"inter-ui": "^3.19.3",
"invariant": "^2.2.4",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.1.5",
"moment": "^2.29.1",
"pluralize": "^8.0.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-test-renderer": "^17.0.2",
"rehype-react": "^7.0.4",
"remark-mdx": "^1.6.22",
"remark-retext": "^5.0.1",
"retext-smartypants": "^5.1.0",
"shortid": "^2.2.16",
"smooth-scroll": "^16.1.3",
"typeface-inter": "3.18.1",
"use-query-params": "^1.2.3"
},
"devDependencies": {
"@babel/compat-data": "^7.16.8",
"@babel/eslint-parser": "^7.16.5",
"@octopusthink/eslint-config": "^0.6.0",
"@octopusthink/prettier-config": "^0.6.1",
"babel-eslint": "^10.0.3",
"eslint": "^8.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-emotion": "^11.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"gatsby-plugin-manifest": "^4.5.1",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"sharp": "^0.28.0"
},
"resolutions": {
"sharp": "^0.28.0"
},
"repository": {
"type": "git",
"url": "https://github.com/octopusthink/ghost-ship"
},
"bugs": {
"url": "https://github.com/octopusthink/ghost-ship/issues"
}
}