forked from Musish/Musish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.8 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
{
"name": "Musish",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "yarn eslint"
}
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@sentry/browser": "^4.6.6",
"@symfony/webpack-encore": "^0.22.1",
"axios": "^0.18.0",
"babel-eslint": "^10.0.1",
"classnames": "^2.2.6",
"dotenv-webpack": "^1.5.7",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-flowtype": "2.50.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"favicons-webpack-plugin": "^0.0.9",
"hoist-non-react-statics": "^3.2.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.0",
"include-media": "^1.4.9",
"js-md5": "^0.7.3",
"lodash": "^4.17.11",
"mousetrap": "^1.6.2",
"node-sass": "^4.10.0",
"normalize.css": "^8.0.1",
"prettier": "^1.15.3",
"prop-types": "^15.6.2",
"qs": "^6.7.0",
"react": "^16.8.3",
"react-content-loader": "^3.4.1",
"react-contextmenu": "^2.10.0",
"react-dnd": "^7.0.2",
"react-dnd-html5-backend": "^7.0.2",
"react-dom": "^16.6.3",
"react-draggable": "^3.0.5",
"react-localization": "^1.0.13",
"react-router-dom": "^4.3.1",
"react-s-alert": "^1.4.1",
"react-sortable-hoc": "^1.6.1",
"react-virtualized": "^9.21.0",
"sass-loader": "^7.1.0",
"vanilla-tilt": "^1.5.0",
"whatwg-fetch": "^3.0.0"
},
"scripts": {
"start": "encore dev-server --hot",
"build": "encore production",
"eslint": "eslint \"src/**/*.{js,jsx}\" -c .eslintrc"
}
}