forked from ets-berkeley-edu/squiggy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.67 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.67 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
{
"name": "squiggy",
"version": "3.0.0",
"scripts": {
"build-vue": "vue-cli-service build --modern --dest 'dist/static'",
"lint-vue": "vue-cli-service lint --config .eslintrc.js --no-fix src scripts/node_js",
"lint-vue-fix": "vue-cli-service lint src",
"preinstall": "npx npm-force-resolutions",
"serve-vue": "vue-cli-service serve --open"
},
"dependencies": {
"@mdi/font": "7.0.96",
"@vue-a11y/announcer": "2.1.0",
"axios": "0.27.2",
"core-js": "3.9.1",
"d3": "5.16.0",
"fabric": "5.2.4",
"highcharts": "9.1.0",
"highcharts-vue": "1.3.5",
"js-file-download": "0.4.12",
"lodash": "4.17.21",
"moment": "2.29.4",
"moment-timezone": "0.5.37",
"socket.io-client": "4.5.2",
"uuid": "8.3.2",
"vue": "2.7.12",
"vue-infinite-loading": "2.4.5",
"vue-kinesis": "1.3.3",
"vue-moment": "4.1.0",
"vue-router": "3.6.5",
"vue-scrollto": "2.20.0",
"vuetify": "2.6.11",
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@fortawesome/fontawesome-free": "^6.0.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"@typescript-eslint/typescript-estree": "^4.23.0",
"@vue/cli": "^4.5.18",
"@vue/cli-plugin-babel": "^4.5.18",
"@vue/cli-plugin-eslint": "^4.5.18",
"@vue/cli-plugin-typescript": "^4.5.18",
"@vue/cli-service": "^4.5.18",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-eslint": "^10.1.0",
"deepmerge": "^4.2.2",
"dot-prop": "^6.0.1",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-unicorn": "^38.0.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-xss": "^0.1.11",
"eslint-utils": "^2.1.0",
"linkify-html": "^4.0.2",
"linkify-plugin-hashtag": "^4.0.2",
"linkifyjs": "^4.0.2",
"npm-force-resolutions": "^0.0.10",
"sass": "^1.29.0",
"sass-loader": "^10.1.0",
"typescript": "~4.7.4",
"vue-cli-plugin-vuetify": "^2.5.1",
"vue-eslint-parser": "^7.6.0",
"vue-template-compiler": "^2.7.12",
"vuetify-loader": "^1.9.2"
},
"resolutions": {
"merge": "2.1.1",
"socket.io-parser": "4.2.1",
"minimist": "1.2.6"
},
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "git://github.com/ets-berkeley-edu/squiggy.git"
}
}