-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
102 lines (102 loc) · 2.99 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
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
{
"name": "@next/extension",
"private": true,
"version": "1.2.0",
"description": "Adiciona funcionalidades novas ao sistema de matricula da UFABC",
"engines": {
"node": "^20"
},
"scripts": {
"serve": "node server/app.js",
"start": "pnpm build && pnpm serve",
"deploy": "caprover deploy",
"build": "pnpm build:chrome",
"build:chrome": "gulp pack --production --vendor=chrome",
"build:firefox": "gulp pack --production --vendor=firefox",
"build:opera": "gulp pack --production --vendor=opera",
"build:edge": "gulp pack --production --vendor=edge",
"dev": "pnpm dev:chrome",
"staging": "gulp --watch --staging --vendor=chrome",
"dev:chrome": "gulp --watch --vendor=chrome",
"dev:firefox": "gulp --watch --vendor=firefox",
"dev:opera": "gulp --watch --vendor=opera",
"dev:edge": "gulp --watch --vendor=edge",
"fmt": "biome format ./src --write",
"lint": "biome lint ./src"
},
"devDependencies": {
"@biomejs/biome": "^1.8.1",
"babel-cli": "6.x.x",
"babel-core": "6.x.x",
"babel-loader": "7.x.x",
"babel-preset-env": "1.7.0",
"chai": "4.x.x",
"chromereload": "0.x.x",
"debounce": "1.x.x",
"del": "3.x.x",
"gulp": "4.x.x",
"gulp-bump": "2.x.x",
"gulp-cache": "0.x.x",
"gulp-clean-css": "^3.x.x",
"gulp-filter": "^5.x.x",
"gulp-git": "^2.x.x",
"gulp-if": "2.x.x",
"gulp-imagemin": "4.x.x",
"gulp-json-transform": "0.x.x",
"gulp-less": "3.x.x",
"gulp-livereload": "3.x.x",
"gulp-plumber": "1.x.x",
"gulp-sass": "5.1.0",
"gulp-sequence": "1.x.x",
"gulp-sourcemaps": "^2.x.x",
"gulp-tag-version": "1.x.x",
"gulp-util": "3.x.x",
"gulp-zip": "^4.x.x",
"require-dir": "0.x.x",
"sass": "^1.59.3",
"vinyl-named": "1.x.x",
"webpack": "3.x.x",
"webpack-stream": "3.x.x",
"yargs": "^8.x.x"
},
"dependencies": {
"autoprefixer": "^9.3.1",
"axios": "^0.17.0",
"babel-plugin-transform-runtime": "^6.23.0",
"caprover": "^1.2.0",
"compression": "^1.7.3",
"cors": "^2.8.5",
"css-loader": "^1.0.1",
"element-ui": "^2.4.11",
"express": "^4.16.4",
"extract-text-webpack-plugin": "^3.0.2",
"gulp-cssimport": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-vueify": "^0.0.3",
"highcharts": "^6.2.0",
"is_js": "^0.9.0",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"material-design-icons-iconfont": "^3.0.3",
"mustache": "^3.0.0",
"postcss-import": "12.0.1",
"postcss-load-config": "1.0.0",
"postcss-loader": "1.0.0",
"postcss-url": "8.0.0",
"style-loader": "^0.23.1",
"toastify-js": "^1.9.0",
"toastr": "^2.1.4",
"url-loader": "^1.1.2",
"vue": "2.7.16",
"vue-loader": "^15.10.0",
"vue-router": "3.6.5",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "2.7.16",
"vue2-highcharts": "^1.2.5",
"vuedraggable": "^2.16.0",
"vueify": "^9.4.1",
"vueify-insert-css": "^1.0.0",
"vuetify": "1.2.6",
"webui-popover": "^1.2.18"
}
}