-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.7 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
{
"name": "canvas-analytics",
"version": "0.0.1",
"description": "Canvas Analytics",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uw-it-aca/canvas-analytics.git"
},
"author": "UW",
"license": "APACHE 2.0",
"bugs": {
"url": "https://github.com/uw-it-aca/canvas-analytics/issues"
},
"homepage": "https://github.com/uw-it-aca/canvas-analytics#readme",
"devDependencies": {
"axios": ">=0.21.1",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.15",
"clean-webpack-plugin": "^2.0.2",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^4.2.0",
"moment-timezone": "~0.5.27",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"sass": "^1.34.0",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"stylelint": "^10.0.1",
"stylelint-config-sass-guidelines": "^6.0.0",
"stylelint-scss": "^3.8.0",
"terser-webpack-plugin": "^1.4.3",
"vue": "^2.6.11",
"vue-analytics": "^5.16.4",
"vue-clipboard2": "^0.3.1",
"vue-loader": "^15.6.4",
"vue-moment": "~4.1.0",
"vue-papa-parse": "^1.3.0",
"vue-pluralize": "0.0.2",
"vue-router": "^3.0.2",
"vue-template-compiler": "^2.6.7",
"vue-underscore": "^0.1.4",
"vuex": "^3.4.0",
"webpack": "^4.46.0",
"webpack-bundle-tracker": "~0.4.3",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"moment": "^2.29.1",
"npm": "^6.11.2",
"qs": "^6.9.4",
"vue-google-charts": "^0.3.3",
"vue-multiselect": "^2.1.6",
"vue2-daterange-picker": "^0.6.2"
}
}