-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.05 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.05 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "bottom-player",
"version": "2.0.0",
"description": "Audibly BottomPlayer Component",
"private": true,
"dependencies": {
"body-parser": "^1.19.0",
"cassandra-driver": "^4.5.0",
"express": "^4.17.1",
"flexbox-react": "^4.4.0",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"morgan": "^1.10.0",
"pg": "^8.0.0",
"react": "^16.13.0",
"react-css-modules": "^4.7.11",
"react-dom": "^16.13.0",
"sentencer": "^0.2.1"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"babel-preset-airbnb": "^4.4.0",
"chai": "^4.2.0",
"cli-progress": "^3.6.1",
"css-loader": "^3.4.2",
"csv-write-stream": "^2.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"faker": "^4.1.0",
"jest": "^25.1.0",
"jest-environment-enzyme": "^7.1.2",
"jest-enzyme": "^7.1.2",
"mocha": "^7.1.1",
"newrelic": "^6.5.0",
"nodemon": "^2.0.2",
"sinon": "^9.0.1",
"style-loader": "^1.1.3",
"supertest": "^4.0.2",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"start": "node server",
"start:dev": "nodemon server",
"test": "mocha ./spec/BackEnd --timeout 10000 --exit",
"test:frontend": "jest",
"build": "webpack -p",
"react:dev": "webpack -d -w",
"seedpg": "node ./db/seed/postgresSeed.js",
"seedcas": "node ./db/seed/cassandraSeed.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mgalfano/bottom-player.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mgalfano/bottom-player/issues"
},
"homepage": "https://github.com/mgalfano/bottom-player#readme",
"main": "webpack.config.js"
}