-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.62 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
{
"name": "reviews",
"version": "1.0.0",
"description": "reviews module",
"main": "index.js",
"scripts": {
"start": "nodemon server/index.js",
"react-dev": "webpack -d --watch",
"seed-database": "node database/insertData.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Draftbnb/reviews.git"
},
"keywords": [],
"author": "Wenhao",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"babel-core": "^6.26.3",
"babel-jest": "^25.1.0",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.0",
"jest": "^25.1.0",
"webpack": "^2.2.1"
},
"dependencies": {
"axios": "^0.19.1",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"cassandra-driver": "^4.4.0",
"csv-write-stream": "^2.0.0",
"express": "^4.15.4",
"faker": "^4.1.0",
"jquery": "^3.2.1",
"mongoose": "^5.8.9",
"morgan": "^1.9.1",
"mysql": "^2.14.1",
"newrelic": "^6.4.1",
"nodemon": "^2.0.2",
"pg": "^7.18.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"styled-components": "^5.0.0",
"underscore": "^1.8.3"
},
"bugs": {
"url": "https://github.com/Draftbnb/reviews/issues"
},
"homepage": "https://github.com/Draftbnb/reviews#readme"
}