-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.16 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.16 KB
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
{
"name": "markybox",
"version": "0.0.7",
"author": "GoMarky",
"description": "",
"repository": {
"type": "git"
},
"keywords": [],
"license": "MIT",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"scripts": {
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=4096\" NODE_ENV=production webpack --mode production --config webpack.config.js",
"dev": "cross-env NODE_ENV=development webpack-dev-server --env mode=development",
"dev:test": "npm run dev -- --fbTestApi=true",
"lint": "eslint './app/**/*.{js,ts,vue}'",
"lint:fix": "eslint --fix './app/**/*.{js,ts,vue}'",
"test": "cross-env NODE_ENV=test jest",
"test:dev": "cross-env NODE_ENV=test jest --watch",
"start": "node server/main.js"
},
"dependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@gomarky/markybox-core": "^0.0.2",
"@gomarky/vue-shimmer": "^1.0.6",
"@gomarky/window-shortcut": "^1.0.22",
"@sentry/browser": "^5.26.0",
"@sentry/integrations": "^5.26.0",
"@types/express": "^4.17.13",
"@types/js-cookie": "^2.2.6",
"@types/mocha": "^7.0.2",
"axios": "^0.20.0",
"body-parser": "^1.20.0",
"clean-css": "^5.1.5",
"core-js": "^3.6.5",
"date-fns": "^2.28.0",
"express": "^4.18.1",
"js-cookie": "^2.2.1",
"nanoid": "^3.2.0",
"regenerator-runtime": "^0.13.9",
"store2": "^2.5.1",
"style-loader": "^1.2.1",
"vue": "^3.2.30",
"vue-html-loader": "^1.2.4",
"vue-loader": "^17.0.0",
"vue-loader-plugin": "^1.3.0",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-decorators": "^7.15.4",
"@babel/plugin-proposal-export-default-from": "7.10.4",
"@babel/plugin-transform-runtime": "7.11.0",
"@babel/polyfill": "7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@babel/runtime": "^7.17.2",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.0.1",
"@gomarky/commitlint-plugin-jira-task": "0.0.4",
"@gomarky/eslint-plugin-no-const-enum": "0.0.7",
"@types/jest": "^26.0.13",
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@vue/babel-preset-app": "^4.5.13",
"@vue/compiler-sfc": "3.2.30",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"autoprefixer": "^8.4.1",
"babel-eslint": "^8.2.6",
"babel-jest": "27.2.5",
"babel-loader": "8.1.0",
"babel-plugin-const-enum": "1.0.1",
"babel-polyfill": "^6.26.0",
"cache-loader": "^4.1.0",
"clean-webpack-plugin": "3.0.0",
"conventional-commit-types": "3.0.0",
"copy-webpack-plugin": "^6.3.0",
"cross-env": "^5.2.1",
"css-loader": "^3.4.2",
"css-minimizer-webpack-plugin": "^1.0.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^6.2.2",
"extract-css-chunks-webpack-plugin": "4.9.0",
"file-loader": "6.0.0",
"fork-ts-checker-webpack-plugin": "^6.2.12",
"html-webpack-plugin": "^5.4.0",
"husky": "^4.3.0",
"jest": "^27.0.5",
"mini-css-extract-plugin": "^0.9.0",
"minimist": "^1.2.5",
"node-sass": "^7.0.1",
"prettier": "^1.19.1",
"resize-observer-polyfill": "^1.5.1",
"sass-loader": "^12.6.0",
"terser-webpack-plugin": "4.1.0",
"thread-loader": "^3.0.4",
"ts-jest": "^27.0.5",
"ts-loader": "^6.2.2",
"typescript": "^4.4.3",
"url": "0.11.0",
"url-loader": "^4.0.0",
"vue-property-decorator": "8.4.1",
"vue-style-loader": "^4.1.2",
"webpack": "^5.40.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-hot-middleware": "2.25.0",
"webpack-manifest-plugin": "2.2.0",
"webpack-merge": "4.2.2",
"webpackbar": "^5.0.0-3",
"workbox-webpack-plugin": "4.3.1"
}
}