-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "lelesweets",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"dependencies": {
"@emotion/core": "10.0.10",
"@emotion/styled": "10.0.10",
"@material-ui/core": "4.2.1",
"@material-ui/styles": "4.2.1",
"cheerio": "1.0.0-rc.3",
"core-js": "^2.5.5",
"emotion-normalize": "10.0.0",
"emotion-theming": "10.0.10",
"express": "latest",
"gatsby": "^2.17.16",
"gatsby-image": "2.2.23",
"gatsby-plugin-emotion": "^4.1.14",
"gatsby-plugin-glamor": "^2.1.14",
"gatsby-plugin-google-analytics": "2.1.25",
"gatsby-plugin-google-tagmanager": "2.1.16",
"gatsby-plugin-manifest": "^2.0.2",
"gatsby-plugin-material-ui": "2.1.4",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "3.0.12",
"gatsby-plugin-sharp": "^2.3.1",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-json": "2.1.11",
"gatsby-transformer-sharp": "^2.3.5",
"glamor": "^2.20.40",
"instagram-screen-scrape": "^2.0.0",
"lodash": "4.17.13",
"mkdirp": "0.5.1",
"mousetrap": "^1.6.0",
"progress": "2.0.3",
"prop-types": "^15.5.8",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-gravatar": "^2.6.1",
"react-helmet": "5.2.0",
"react-icons": "^2.2.7",
"react-modal": "^3.4.2",
"react-redux": "7.0.3",
"react-svg": "10.0.23",
"react-typography": "^0.16.13",
"request": "2.88.0",
"request-promise": "4.2.4",
"slug": "^0.9.1",
"typeface-space-mono": "0.0.54",
"typography": "^0.16.6"
},
"scripts": {
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "CYPRESS_SUPPORT=y start-server-and-test develop http://localhost:8000 cy:run",
"fetch": "node scrape-instagram.js",
"develop": "gatsby develop",
"dev": "gatsby develop",
"build": "gatsby build",
"start": "node server",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"deploy:serve": "npm run build && npm run serve",
"cy:open": "cypress open",
"cy:run": "cypress run --browser chrome"
},
"author": "",
"license": "ISC",
"devDependencies": {
"cypress": "^3.1.0",
"gatsby-cypress": "^0.1.7",
"start-server-and-test": "^1.1.4",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4"
}
}