-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "adnanfajlur",
"description": "Adnan Fajlur",
"version": "1.0.0",
"author": "Adnan Fajlur <[email protected]>",
"dependencies": {
"axios": "^0.18.0",
"firebase": "^4.10.1",
"gatsby": "^1.9.215",
"gatsby-link": "^1.6.37",
"gatsby-plugin-manifest": "^1.0.14",
"gatsby-plugin-offline": "^1.0.14",
"gatsby-plugin-react-helmet": "^2.0.5",
"jss": "^9.8.1",
"material-ui": "^1.0.0-beta.44",
"material-ui-icons": "^1.0.0-beta.35",
"prop-types": "latest",
"query-string": "^6.1.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-helmet": "^5.2.0",
"react-jss": "^8.4.0",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"seamless-immutable": "^7.1.3"
},
"keywords": [
"adnanfajlur"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"prod": "gatsby build --prefix-paths && gatsby serve",
"deploy": "gatsby build --prefix-paths && firebase deploy"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0"
}
}