-
Notifications
You must be signed in to change notification settings - Fork 122
/
package.json
53 lines (53 loc) · 1.44 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
{
"name": "@draftbit/personas",
"description": "Avatar Generator by Draftbit",
"version": "1.0.0",
"dependencies": {
"@rescript/react": "^0.10.3",
"gatsby": "^2.21.31",
"gatsby-plugin-google-analytics": "^2.3.1",
"gatsby-plugin-manifest": "^2.4.3",
"gatsby-plugin-netlify": "^2.3.2",
"gatsby-plugin-offline": "^3.2.2",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-source-filesystem": "^2.3.3",
"gatsby-transformer-json": "^2.4.2",
"html2canvas": "^1.0.0-rc.5",
"normalize.css": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.0.0"
},
"keywords": [
"personas",
"persona-avatar-generator",
"reasonml"
],
"license": "MIT",
"scripts": {
"postinstall": "yarn yarn-deduplicate",
"re:build": "rescript clean && rescript build",
"re:watch": "rescript build -w",
"build": "npm run re:build && npx patch-package && gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "2.5.1",
"rescript": "^9.1.4",
"yarn-deduplicate": "^3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/draftbit/persona-avatar-generator"
},
"engines": {
"node": "^16.13",
"yarn": "^1.22.10"
},
"resolutions": {
"node-fetch": "^2.6.7"
}
}