forked from draftbit/avatar-generator
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 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
{
"name": "@draftbit/persona-avatar-generator",
"description": "Persona Avatar Generator by Draftbit",
"version": "1.0.0",
"dependencies": {
"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": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^6.0.0",
"reason-react": "0.8.0"
},
"keywords": [
"persona-avatar-generator",
"reasonml"
],
"license": "MIT",
"scripts": {
"re:build": "bsb -make-world -clean-world",
"re:watch": "bsb -make-world -clean-world -w",
"build": "npm run re:build && npx patch-package && gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"bs-platform": "^7.3.2",
"prettier": "2.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/draftbit/persona-avatar-generator"
}
}