This repository was archived by the owner on Jan 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.4 KB
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
{
"name": "gatsby-plugin-wordsby",
"version": "0.0.19",
"description": "A Gatsby plugin for Wordsby/Wordpress",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy-npm-files": "cp -rf package.json readme.md ./lib/",
"clean-lib": "node_modules/.bin/rimraf ./lib",
"build": "rm -rf src/package.json src/node_modules src/yarn.lock || true && babel src --out-dir lib --ignore __tests__ && yarn copy-npm-files",
"watch": "mkdir lib || true && npm run copy-npm-files && babel -w src --out-dir lib --ignore __tests__"
},
"author": "Tyler Barnes",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"rimraf": "^2.6.2"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-preset-gatsby-package": "^0.1.3",
"better-react-spinkit": "^2.0.4",
"cheerio": "^1.0.0-rc.2",
"dumper.js": "^1.3.0",
"gatsby": "^2.1.4",
"gatsby-awesome-pagination": "^0.3.3",
"gatsby-plugin-sharp": "^2.0.20",
"glob": "^7.1.3",
"import-cwd": "^2.1.0",
"lodash": "^4.17.11",
"node-fs": "^0.1.7",
"post-robot": "^9.0.36",
"rimraf": "^2.6.3",
"slash": "^2.0.0",
"utf8-byte-length": "^1.0.4"
},
"peerDependencies": {
"wordsby-components": "^0.0.28"
}
}