-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.71 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.71 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
{
"name": "top-player",
"version": "1.0.0",
"description": "project audib.ly top player",
"main": "index.js",
"scripts": {
"test": "jest",
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js",
"lint": "eslint ./",
"seedmongo": "node db/seeddb.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/project-audibly/top-player.git"
},
"author": "Harrison Edwards",
"license": "ISC",
"bugs": {
"url": "https://github.com/project-audibly/top-player/issues"
},
"homepage": "https://github.com/project-audibly/top-player#readme",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"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.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^1.7.0",
"jest": "^25.1.0",
"jest-environment-enzyme": "^7.1.2",
"jest-enzyme": "^7.1.2",
"style-loader": "^1.1.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"faker": "^4.1.0",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.9.4",
"nodemon": "^2.0.2",
"react": "^16.13.0",
"react-css-modules": "^4.7.11",
"react-dom": "^16.13.0",
"react-modal": "^3.11.2",
"react-tooltip": "^4.1.2",
"request": "^2.88.2",
"waveform-data": "^3.3.1"
}
}