-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.6 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
{
"private": true,
"scripts": {
"dev": "yarn development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "yarn development -- --watch",
"watch-poll": "yarn watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "yarn production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@sentry/browser": "^5.4.0",
"@sentry/integrations": "^5.4.1",
"axios": "^0.19.0",
"clipboard": "^2.0.4",
"cookie-universal": "^2.0.14",
"cross-env": "^7.0.2",
"jquery": "^3.2",
"lang.js": "^1.1.14",
"laravel-mix": "^5.0.4",
"lodash": "^4.17.5",
"popper.js": "^1.12",
"resolve-url-loader": "^3.1.1",
"sass": "^1.15.2",
"sass-loader": "^8.0.2",
"vue": "^2.5.17",
"vue-template-compiler": "^2.6.10"
},
"browserslist": [
"last 2 versions",
"> 1%",
"opera 12.1",
"bb 10",
"android 4"
],
"dependencies": {
"@uppy/core": "^1.10.0",
"@uppy/dashboard": "^1.8.1",
"@uppy/locales": "^1.13.1",
"@uppy/tus": "^1.5.8",
"fomantic-ui": "^2.8.4"
}
}