-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
90 lines (90 loc) · 2.68 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
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "the-developer-toolbook",
"private": true,
"description": "A growth and progress tool",
"version": "0.0.1",
"author": "Reuben Ellis",
"dependencies": {
"@material-ui/core": "^4.1.1",
"@material-ui/icons": "^4.2.0",
"apollo-boost": "^0.4.3",
"auth0-js": "^9.8.2",
"axios": "^0.19.0",
"core-js": "^2.6.5",
"gatsby": "^2.8.0",
"gatsby-image": "^2.1.4",
"gatsby-plugin-create-client-paths": "^2.1.1",
"gatsby-plugin-google-gtag": "^1.0.17",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-material-ui": "^2.0.1",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-sharp": "^2.0.34",
"gatsby-source-filesystem": "^2.0.39",
"gatsby-source-graphql": "^2.1.0",
"gatsby-transformer-sharp": "^2.1.13",
"history": "^4.7.2",
"jwt-decode": "^2.2.0",
"material-ui-next-pickers": "0.0.20",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-apollo": "^2.5.8",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-moment": "^0.9.2",
"react-slick": "^0.24.0",
"react-swipeable-views": "^0.13.3",
"react-swipeable-views-utils": "^0.13.3",
"reactstrap": "^8.0.0",
"rimraf": "^2.6.3"
},
"keywords": [
"gatsby",
"react",
"gatsby-theme",
"gatsby-plugin"
],
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run docz:dev",
"format": "prettier --write \"src/**/*.js\"",
"source": "node ./source.js",
"add-commit": "git add . && git commit -m",
"push": "git push origin",
"pull": "git pull origin master",
"test": "jest",
"prebuild": "rimraf ./public && mkdir public",
"build": "gatsby build",
"deploy": "gatsby build && surge ./public"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.5.0",
"babel-polyfill": "^6.26.0",
"babel-preset-gatsby": "^0.1.4",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jest": "^22.7.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.5.0",
"jest-config": "^24.8.0",
"jest-puppeteer": "^4.2.0",
"prettier": "^1.15.2",
"react-test-renderer": "^16.6.3",
"redux-devtools-extension": "^2.13.8"
},
"repository": {
"type": "git",
"url": "https://devellistech@bitbucket.org/devellistech/the-developer-toolbook.git"
}
}