-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.49 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.49 KB
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
{
"name": "etsy-reviews",
"version": "1.0.0",
"description": "FEC Etsy reviews portion",
"main": "index.js",
"scripts": {
"build": "webpack -p",
"start": "NODE_ENV=production node ./server/index.js",
"seed": "node ./database/seed.js",
"test": "jest"
},
"author": "JH",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-styled-components": "^1.11.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.23.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"webpack": "^2.2.1"
},
"dependencies": {
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"axios": "^0.19.0",
"babel-jest": "^26.3.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.15.0",
"faker": "5.1.0",
"jest": "^26.4.2",
"moment": "^2.29.1",
"mongodb": "^3.6.2",
"mongoose": "^5.10.9",
"morgan": "^1.9.1",
"mysql": "^2.16.0",
"mysql2": "^1.7.0",
"newrelic": "^6.13.2",
"pg": "^8.4.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.11.0",
"react-test-renderer": "^16.13.1",
"sequelize": "^5.19.1",
"styled-components": "^5.2.0"
}
}