-
-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
69 lines (69 loc) · 1.82 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
{
"name": "ctfever",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@nuxt/content": "^1.15.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.2.0",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/toast": "^3.3.1",
"@nuxtjs/workbox": "^3.0.0-beta.16",
"ant-design-vue": "^1.7.8",
"bigi": "^1.4.2",
"core-js": "^3.19.3",
"dayjs": "^1.11.2",
"fast-glob": "^3.2.12",
"hi-base32": "^0.5.1",
"hi-base64": "^0.2.1",
"highlight.js": "^11.5.1",
"js-md5": "^0.7.3",
"js-sha1": "^0.6.0",
"js-sha256": "^0.9.0",
"js-sha512": "^0.8.0",
"jsfuck": "^0.4.0",
"jsonpath": "^1.1.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"mousetrap": "^1.6.5",
"nuxt": "^2.15.8",
"nuxt-matomo": "^1.2.4",
"pattern.css": "^1.0.0",
"uuid": "^8.3.2",
"vue": "^2.6.14",
"vue-codemirror": "4.0.6",
"vue-gtag": "^1.16.1",
"vue-js-modal": "^2.0.1",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vuex-along": "^1.2.13",
"webpack": "^4.46.0",
"xmorse": "^1.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@iconify/vue2": "^2.1.0",
"@nuxt/postcss8": "^1.1.3",
"@nuxt/types": "~2.15.0",
"@nuxtjs/device": "^2.1.0",
"@tailwindcss/typography": "^0.5.2",
"@vue/test-utils": "^1.3.0",
"autoprefixer": "^10.4.4",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.4.4",
"jest": "^27.4.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"vue-jest": "^3.0.4"
}
}