forked from monicahq/monica
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.49 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
{
"private": true,
"scripts": {
"dev": "yarn run 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 run development --watch",
"watch-poll": "yarn run 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 run 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",
"e2e": "$(yarn bin)/cypress run",
"e2e-gui": "$(yarn bin)/cypress open",
"inst": "yarn install --ignore-engines --frozen-lockfile",
"lint": "eslint --ext .js,.vue resources/js/",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"devDependencies": {
"cross-env": "^6.0.3",
"cypress": "3.5.0",
"eslint": "^6.0.1",
"eslint-config-standard": "^14.0.0",
"eslint-plugin-import": ">=2.13.0",
"eslint-plugin-node": ">=7.0.0",
"eslint-plugin-promise": ">=4.0.0",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^6.0.0",
"mocha": "^6.0.2",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"moment-locales-webpack-plugin": "^1.0.7",
"resolve-url-loader": "^3.1.1",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.5.21"
},
"dependencies": {
"@hokify/vuejs-datepicker": "^2.0.2",
"animate.css": "^3.6.1",
"axios": "^0.19.0",
"bootstrap": "^4.0.0",
"font-awesome": "^4.7.0",
"hint.css": "^2.3.2",
"jquery": "^3.4.0",
"laravel-mix": "^5.0.0",
"laravel-mix-purgecss": "^4.2.0",
"list.js": "^1.5.0",
"lodash": "^4.17.14",
"marked": "^0.7.0",
"moment": "^2.22.1",
"moment-timezone": "^0.5.21",
"popper.js": "^1.15.0",
"pretty-checkbox-vue": "^1.1.8",
"sass": "^1.15.2",
"snyk": "^1.245.0",
"sweet-modal-vue": "^2.0.0",
"tachyons": "^4.9.1",
"v-selectmenu": "^2.0.1",
"vue": "^2.5.21",
"vue-autosuggest": "^2.0.0",
"vue-checkbox-radio": "^0.6.0",
"vue-clipboard2": "^0.3.0",
"vue-directive-tooltip": "^1.4.2",
"vue-good-table": "^2.13.0",
"vue-i18n": "^8.8",
"vue-js-toggle-button": "^1.2.2",
"vue-notification": "^1.3.6",
"vue-select": "^3.0.2"
},
"snyk": true
}