-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
{
"name": "better-reads",
"version": "1.0.0",
"description": "read",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel -p 3000 pages/layout.html -d .dist",
"dist": "parcel build pages/layout.html -d .dist",
"lint": "eslint ."
},
"author": "Josh Callender",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.5",
"components": "^0.1.0",
"express": "^4.16.3",
"formik": "^0.11.11",
"material-ui": "^1.0.0-beta.47",
"oauth": "^0.9.15",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-icons": "^2.2.7",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-react-app": "^3.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.10.0",
"node-sass": "^4.7.2",
"parcel-bundler": "^1.8.1",
"postcss-modules": "^1.1.0",
"prettier": "^1.13.7"
},
"engines": {
"node": "^6.14.0 || ^8.10.0 || >=9.10.0"
}
}