-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
{
"name": "react-pouchdb-couchdb-demo",
"version": "0.1.0",
"private": true,
"homepage": "https://robertbossaert.github.io/react-pouchdb-couchdb-demo",
"dependencies": {
"focus-trap-react": "^3.1.2",
"gh-pages": "^2.0.1",
"pouchdb": "^7.0.0",
"prop-types": "^15.6.2",
"react": "^16.8.1",
"react-detect-offline": "^2.1.2",
"react-dom": "^16.8.1",
"react-notifications-component": "^1.0.1",
"react-router-dom": "^4.3.1",
"react-router-prop-types": "^1.0.4",
"react-scripts": "2.1.5",
"styled-components": "^4.1.3",
"unstated": "^2.1.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.3",
"prettier": "^1.16.4",
"stylelint": "^9.9.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.5.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}