-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.99 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
{
"name": "restless-client-api",
"version": "1.1.0",
"description": "API’s manager in real time by Restless DevTools",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Restless-DevTools/Restless-Frontend.git"
},
"keywords": [
"api",
"api-rest",
"api-restfull",
"request",
"rest",
"restfull"
],
"author": "Restless DevTools",
"license": "MIT",
"bugs": {
"url": "https://github.com/Restless-DevTools/Restless-Frontend/issues"
},
"homepage": "https://github.com/Restless-DevTools",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf yarn.lock && yarn && yarn start",
"lint:check": "eslint . --ext=js,jsx; exit 0",
"lint:fix": "eslint . --ext=js,jsx --fix; exit 0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@monaco-editor/react": "^4.0.11",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"classnames": "2.2.6",
"date-fns": "^2.19.0",
"headroom.js": "0.12.0",
"js-cookie": "^2.2.1",
"node-sass": "5.0.0",
"nouislider": "14.6.3",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-notifications": "^1.7.2",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "^4.0.3",
"react-select": "^4.2.1",
"reactstrap": "8.9.0"
},
"devDependencies": {
"@types/react": "17.0.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-better-styled-components": "^1.1.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jquery": "3.6.0"
}
}