-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.75 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
{
"name": "fec-reviews",
"version": "1.0.0",
"description": "Reviews component for Team Grey's FEC Unfair.com ",
"main": "webpack.config.js",
"directories": {
"test": "test"
},
"scripts": {
"bundle": "webpack --config webpack.config.js",
"build": "nodemon --ignore node_modules server/index.js",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Unfair-dot-com/reviews.git"
},
"keywords": [
"reviews",
"react",
"express",
"SOA"
],
"author": "Matthew Wigglesworth",
"license": "ISC",
"bugs": {
"url": "https://github.com/Unfair-dot-com/reviews/issues"
},
"homepage": "https://github.com/Unfair-dot-com/reviews#readme",
"dependencies": {
"axios": "^0.19.2",
"bluebird": "^3.7.2",
"express": "^4.17.1",
"mocker-data-generator": "^2.8.0",
"mysql": "^2.18.1",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-select": "^3.1.0",
"react-star-ratings": "^2.3.0",
"react-tooltip": "^4.2.8",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"babel": "^6.23.0",
"babel-loader": "^8.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.0",
"jest": "^26.2.2",
"nodemon": "^2.0.4",
"puppeteer": "^5.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}