-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 4.03 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "d-play-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/register": "^7.6.0",
"@babel/runtime": "^7.6.2",
"@date-io/date-fns": "^1.3.11",
"@hapi/boom": "^8.0.1",
"@material-ui/core": "^4.4.2",
"@material-ui/icons": "^4.5.1",
"@material-ui/pickers": "^3.2.5",
"@material-ui/styles": "^4.5.0",
"asset-require-hook": "^1.2.0",
"axios": "^0.19.0",
"classnames": "^2.2.6",
"color": "^3.1.2",
"compression-webpack-plugin": "^3.0.0",
"cookie-parser": "^1.4.4",
"css-modules-require-hook": "^4.2.3",
"date-fns": "2.1.0",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"helmet": "^3.21.1",
"history": "^4.10.1",
"ignore-styles": "^5.0.1",
"intersection-observer": "^0.7.0",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"multer": "^1.4.2",
"node-sass": "^4.12.0",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-http": "^0.3.0",
"passport-oauth": "^1.0.0",
"passport-twitter": "^1.0.4",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-intersection-observer": "^8.25.1",
"react-items-carousel": "^2.7.0",
"react-loader-spinner": "^3.1.4",
"react-mic": "^12.4.1",
"react-redux": "^7.1.1",
"react-router": "^5.0.1",
"react-router-config": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-select": "^3.0.4",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"terser-webpack-plugin": "^2.1.0",
"webpack": "^4.39.3",
"webpack-dev-middleware": "^3.7.1",
"webpack-hot-middleware": "^2.25.0",
"webpack-manifest-plugin": "^2.0.4"
},
"scripts": {
"build": "NODE_ENV=production webpack-cli --config webpack.config.js --colors",
"start": "NODE_ENV=development nodemon src/server/index.js --exact babel-node",
"start:prod": "NODE_ENV=production node src/server/index.js --exact babel-node",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif)$": "<rootDir>/src/frontend/__mocks__/fileMock.js",
"\\.(scss|css)$": "identity-obj-proxy"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/omarefg/d-play-client.git"
},
"keywords": [
"music",
"playlist"
],
"author": "Omar Flores Grimontt <omarefg92@gmail.com> | Jorge Salamanca <jorgelisapa@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/omarefg/d-play-client/issues"
},
"homepage": "https://github.com/omarefg/d-play-client#readme",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^3.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-loader": "^3.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"favicons-webpack-plugin": "^1.0.2",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"lint-staged": "^9.4.0",
"mini-css-extract-plugin": "^0.8.0",
"nodemon": "^1.19.2",
"postcss-loader": "^3.0.0",
"prettier": "^1.18.2",
"react-hot-loader": "^4.12.13",
"react-test-renderer": "^16.10.1",
"sass-loader": "^8.0.0",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
}
}