-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.8 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
{
"name": "desandoval-dot-net",
"version": "1.0.0",
"description": "Source code for desandoval.net",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "redis-server /usr/local/etc/redis.conf > ./redis.log | node server.js",
"build": "next build",
"heroku-postbuild": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "eslint",
"lint-fix": "eslint --fix"
},
"keywords": [],
"author": "d3sandoval",
"repository": "git@github.com:d3sandoval/desandoval-dot-net.git",
"license": "CC-BY-ND-4.0",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@material-ui/codemod": "^1.1.0",
"@material-ui/core": "^3.3.1",
"@material-ui/icons": "^3.0.1",
"babel-plugin-inline-import": "^3.0.0",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"helmet": "^3.14.0",
"isomorphic-unfetch": "^3.0.0",
"jss": "^9.8.7",
"jss-preset-default": "^4.5.0",
"lodash": "^4.17.11",
"mdi-react": "^4.4.0",
"medium-json-feed": "0.0.3",
"next": "^7.0.2",
"nprogress": "^0.2.0",
"prismjs": "^1.15.0",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-event-listener": "^0.6.4",
"react-ga": "^2.5.3",
"react-headroom": "^2.2.4",
"react-jss": "^8.6.1",
"react-markdown": "^2.5.1",
"react-medium-image-zoom": "^3.0.15",
"react-prism": "^4.3.2",
"react-swipeable-views": "^0.13.0",
"react-web-animation": "^0.7.0",
"redis": "^2.8.0",
"rss-parser": "^3.5.2",
"style-loader": "^0.23.1"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint": "5.7.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1"
}
}