-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "cac-group-library",
"version": "1.0.0",
"description": "CAC Group Library",
"author": "CUNY Academic Commons <commons@gc.cuny.edu>",
"license": "GPLv2",
"private": true,
"scripts": {
"dev": "webpack --watch --progress --hide-modules",
"dev-build": "webpack -d --mode development",
"build": "webpack -p --mode production"
},
"dependencies": {
"@tinymce/tinymce-vue": "^3.2.1",
"isomorphic-fetch": "^3.0.0",
"v-tooltip": "^2.0.3",
"vue": "^2.6.10",
"vue-mq": "^1.0.1",
"vue-router": "^3.1.6",
"vue-select": "^3.10.0",
"vuejs-dialog": "^1.4.1",
"vuejs-paginate": "^2.1.0",
"vuex": "^3.1.3",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "latest",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"html-webpack-template": "^2.5.2",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^8.0.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"sass-loader": "^10.0.4",
"terser-webpack-plugin": "^4.2.2",
"url-loader": "^2.2.0",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^5.75.0",
"webpack-cli": "^3.3.9"
}
}