-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "@cloze/gatsby-plugin-cloze",
"description": "Gatsby plugin which scans generated html for fragments and prepares it for the cloze personalization pipeline.",
"keywords": [
"gatsby",
"gatsby-plugin"
],
"version": "3.0.0",
"author": "Alexander Braunreuther <[email protected]>",
"bugs": {
"url": "https://github.com/Cloze/gatsby-plugin-cloze/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Cloze/gatsby-plugin-cloze.git"
},
"homepage": "https://github.com/Cloze/gatsby-plugin-cloze#readme",
"license": "UNLICENSED",
"peerDependencies": {
"gatsby": "^2.18.x",
"prop-types": "^15.x",
"react": "^16.x"
},
"dependencies": {
"@bit/braunreuther.cloze.react-cfi.cfi-sheet": "0.0.4",
"bluebird": "3.7.2",
"jsonfile": "5.0.0",
"lodash": "4.17.15",
"mkdirp-promise": "5.0.1"
},
"devDependencies": {
"@babel/cli": "7.7.4",
"@babel/core": "7.7.4",
"babel-preset-gatsby-package": "0.2.12",
"cross-env": "6.0.3",
"prop-types": "15.7.2",
"react": "16.12.0"
},
"scripts": {
"build": "babel src --out-dir .",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir ."
},
"engines": {
"node": ">=8.0.0"
}
}