-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.92 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
{
"name": "invoker",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emarketeross/simple-react-intersection-observer": "^0.1.11",
"@emotion/core": "^10.0.7",
"@reach/menu-button": "^0.1.18",
"@reach/portal": "^0.2.1",
"@reach/rect": "^0.2.1",
"@reach/window-size": "^0.1.4",
"airtable": "^0.5.8",
"autobind-decorator": "^2.4.0",
"axios": "^0.18.0",
"babel-plugin-emotion": "^10.0.7",
"classnames": "^2.2.6",
"downshift": "^3.1.5",
"gh-pages": "^2.0.1",
"glamor": "^2.20.40",
"husky": "^2.2.0",
"lint-staged": "^8.0.4",
"moment": "^2.23.0",
"node-sass": "^4.12.0",
"prettier": "^1.15.1",
"prismjs": "^1.21.0",
"rc-slider": "^8.6.12",
"rc-tooltip": "^3.7.3",
"rc-util": "^4.6.0",
"react": "^16.7.0-alpha.2",
"react-cropper-image-editor": "^1.0.0",
"react-dates": "^18.3.1",
"react-dom": "^16.7.0-alpha.2",
"react-helmet": "^5.2.0",
"react-highlight": "^0.12.0",
"react-input-range": "^1.3.0",
"react-intersection-observer": "^8.23.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"yup": "^0.26.6"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --single-quote --write",
"git add"
]
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts 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"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"eslint-plugin-react-hooks": "^0.0.0",
"import-http": "^0.3.0",
"jest-dom": "^3.0.1",
"react-snap": "^1.23.0"
},
"homepage": "https://vasilenka.github.io/invoker/"
}