-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "book_meal_frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"enzyme": "^3.4.0",
"enzyme-adapter-react-16": "^1.2.0",
"eslint-plugin-jsdoc": "^3.8.0",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.3.0",
"jwt-decode": "^2.2.0",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-loader": "^2.4.5",
"react-notify-toast": "^0.5.0",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"reactstrap": "^6.3.1"
},
"scripts": {
"start": "PORT=80 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"coverage": "react-scripts test --env=jsdom --coverage",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
"eject": "react-scripts eject"
},
"devDependencies": {
"axios-mock-adapter": "^1.15.0",
"coveralls": "^3.0.2",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.8.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-livereload": "^3.8.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"moxios": "^0.4.0",
"prettier": "^1.14.2"
}
}