-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "friends-ui",
"version": "0.0.1",
"private": true,
"homepage": "https://amannn.github.io/friends-ui",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"classnames": "^2.2.5",
"gh-pages": "^1.0.0",
"prop-types": "^15.6.0",
"react": "16.7.0-alpha.0",
"react-dom": "16.7.0-alpha.0",
"react-scripts": "3.3.0",
"rxjs": "5.5.2"
},
"devDependencies": {
"babel-eslint": "10.0.3",
"eslint": "6.7.2",
"eslint-config-molindo": "^4.0.2",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-import-order-autofix": "^0.8.3",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "2.3.0",
"prettier": "^1.19.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}