-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
96 lines (96 loc) · 3.42 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
{
"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": {
"@babel/traverse": "^7.23.6",
"@mdi/font": "7.0.96",
"@vue-a11y/announcer": "2.1.0",
"axios": "0.27.2",
"babel-loader": "^8.3.0",
"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.7.5",
"uuid": "8.3.2",
"vue": "npm:@neverendingsupport/[email protected]",
"vue-infinite-loading": "2.4.5",
"vue-kinesis": "1.3.3",
"vue-moment": "4.1.0",
"vue-router": "npm:@neverendingsupport/[email protected]",
"vue-scrollto": "2.20.0",
"vuetify": "npm:@neverendingsupport/[email protected]",
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@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.33.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/typescript-estree": "^4.33.0",
"@vue/cli": "^5.0.8",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@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": "npm:@neverendingsupport/[email protected]",
"vuetify-loader": "^1.9.2"
},
"license": "SEE LICENSE IN LICENSE",
"overrides": {
"bootstrap-vue": { ".": "npm:@neverendingsupport/[email protected]" },
"vue": { ".": "npm:@neverendingsupport/[email protected]" },
"@vue/compiler-sfc": { ".": "npm:@neverendingsupport/[email protected]" },
"vue-router": { ".": "npm:@neverendingsupport/[email protected]" },
"vue-server-renderer": { ".": "npm:@neverendingsupport/[email protected]" },
"vue-template-compiler": { ".": "npm:@neverendingsupport/[email protected]" },
"vuetify": { ".": "npm:@neverendingsupport/[email protected]" }
},
"repository": {
"type": "git",
"url": "git://github.com/ets-berkeley-edu/squiggy.git"
},
"resolutions": {
"merge": "2.1.1",
"minimist": "1.2.6",
"socket.io-parser": "4.2.1"
}
}