This repository has been archived by the owner on Jul 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.51 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
{
"name": "qraffiti",
"version": "0.1.0",
"description": "Create graffiti with QR codes",
"repository": {
"type": "git",
"url": "https://github.com/chrisrzhou/qraffiti"
},
"author": "Chris Zhou <[email protected]>",
"license": "MIT",
"scripts": {
"clean": "rm -rf public .cache",
"lint": "eslint --ext .js --ext .jsx --fix src",
"build": "gatsby build",
"dev": "gatsby develop"
},
"dependencies": {
"@chrisrzhou/ui": "https://github.com/chrisrzhou/ui",
"babel-plugin-styled-components": "^1.7.1",
"d3-scale": "^2.1.2",
"gatsby": "^2.0.21",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-offline": "^2.0.6",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-resolve-src": "^2.0.0-beta.1",
"gatsby-plugin-styled-components": "^3.0.0",
"gatsby-source-filesystem": "^2.0.3",
"qrcode": "^1.3.0",
"react": "^16.5.1",
"react-color": "^2.14.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"react-redux": "^5.0.7",
"rebass": "^3.0.0-8",
"redux": "^4.0.0",
"styled-components": "^3.4.10"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.1.0",
"eslint-config-fbjs": "^2.0.1",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-relay": "^0.0.28",
"prettier": "^1.13.7"
}
}