-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
130 lines (130 loc) · 4.08 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "eternagame.org",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"ssr": "node ./server",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@codemirror/autocomplete": "^6.7.1",
"@codemirror/commands": "^6.2.4",
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/language": "^6.7.0",
"@codemirror/lint": "^6.2.1",
"@codemirror/search": "^6.4.0",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.12.0",
"@fortawesome/fontawesome-free": "^5.15.1",
"@fullcalendar/core": "^5.10.1",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/google-calendar": "^5.10.1",
"@fullcalendar/interaction": "^5.10.1",
"@fullcalendar/list": "^5.10.1",
"@fullcalendar/timegrid": "^5.10.1",
"@fullcalendar/vue": "^5.10.1",
"axios": "^0.21.2",
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.13.1",
"dompurify": "^2.2.6",
"dotenv": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eterna-chat-wrapper": "https://github.com/eternagame/eterna-chat-wrapper/archive/b7c15ba65073d99a2514009e1b4657c8dca3517d.tar.gz",
"in-browser-language": "^1.0.3",
"jquery": "^3.5.1",
"jsdom": "^16.4.0",
"localforage": "^1.10.0",
"lodash": "^4.17.20",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"memfs": "^3.2.0",
"sass-resources-loader": "^2.1.1",
"swiper": "^6.7.5",
"tiptap": "^1.31.0",
"tiptap-extensions": "^1.34.0",
"v-calendar": "^2.2.0",
"vue": "^2.6.13",
"vue-awesome-swiper": "^4.1.1",
"vue-bootstrap-breakpoint-indicator": "^2.0.2",
"vue-bootstrap-typeahead": "^0.2.6",
"vue-class-component": "^7.2.6",
"vue-dompurify-html": "^2.3.0",
"vue-i18n": "^8.22.3",
"vue-mq": "^1.0.1",
"vue-notification": "^1.3.20",
"vue-property-decorator": "^9.1.2",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.5.1",
"vue-scroll-reveal": "^1.0.11",
"vue-scrollto": "^2.20.0",
"vue-server-renderer": "^2.6.13",
"vue-slim-tabs": "^0.4.0",
"vue2-circle-progress": "^1.2.3",
"vue2-flip-countdown": "^0.11.1",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"vuex-class-component": "^2.3.5",
"vuex-router-sync": "^5.0.0",
"webpack-hot-middleware": "^2.25.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@types/dompurify": "^2.2.1",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.167",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.7",
"@types/node": "^18.0.6",
"@types/swiper": "^5.4.3",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-plugin-unit-jest": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-airbnb": "^6.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^27.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"eslint": "^8.20.0",
"eslint-plugin-vue": "^9.2.0",
"eslint-plugin-vuejs-accessibility": "^1.2.0",
"http-proxy-middleware": "^2.0.6",
"jest": "^27.5.1",
"lint-staged": "^13.0.3",
"prettier-eslint": "^15.0.1",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"ts-jest": "^27.1.5",
"typescript": "~4.7.4",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.7.7",
"webpack-dev-middleware": "^5.3.3",
"webpack-node-externals": "^3.0.0"
},
"overrides": {
"vue-awesome-swiper": {
"swiper": "$swiper"
}
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue,ts}": [
"vue-cli-service lint"
]
}
}