-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 1.91 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
{
"name": "musicorum-web",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "babel-node ./node_modules/webpack/bin/webpack",
"start": "babel-node ./node_modules/webpack-dev-server/bin/webpack-dev-server --open"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1"
},
"dependencies": {
"@babel/core": "^7.7.5",
"@babel/node": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.8.3",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.39",
"@material-ui/pickers": "^3.2.8",
"@sentry/browser": "^5.15.5",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-runtime": "^6.23.0",
"copy-to-clipboard": "^3.3.1",
"css-loader": "^3.2.1",
"date-fns": "^2.0.0-beta.5",
"file-loader": "^5.0.2",
"html-webpack-plugin": "3.2.0",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.1.1",
"moment": "^2.24.0",
"node-fetch": "^2.6.1",
"node-sass": "^4.14.1",
"path": "0.12.7",
"query-string": "^6.9.0",
"react": "^16.12.0",
"react-color": "^2.18.0",
"react-dom": "^16.12.0",
"react-i18next": "^11.4.0",
"react-router-dom": "^5.1.2",
"react-twitter-embed": "^3.0.3",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.1",
"webpack": "4.41.2",
"webpack-cli": "3.3.10",
"webpack-dev-server": "^3.11.0"
}
}