This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.48 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
{
"name": "edgecreator",
"version": "1.0.0",
"description": "EdgeCreator",
"author": "Bruno Perel",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/composition-api": "^0.33.1",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/i18n": "^7.2.1",
"@nuxtjs/sentry": "^5.1.6",
"@pinia/nuxt": "^0.2.1",
"@uppy/core": "^1.20.1",
"@uppy/dashboard": "^1.21.1",
"@uppy/drag-drop": "^1.4.31",
"@uppy/locales": "^1.22.0",
"@uppy/status-bar": "^1.9.6",
"@uppy/url": "^1.5.23",
"@uppy/webcam": "^1.8.13",
"@uppy/xhr-upload": "^1.7.5",
"axios-cache-adapter": "^2.7.3",
"base64-img": "^1.0.4",
"body-parser": "^1.20.0",
"bootstrap": "^4.6.1",
"bootstrap-icons": "^1.8.1",
"bootstrap-vue": "^2.22.0",
"busboy": "^0.3.1",
"cloudinary": "^1.29.1",
"cookie-universal-nuxt": "^2.1.4",
"cropperjs": "^1.5.9",
"ducksmanager": "git+https://github.com/bperel/DucksManager.git#8b3523ae",
"http-proxy": "^1.18.1",
"image-size": "^1.0.1",
"interactjs": "^1.10.11",
"nuxt": "^2.16.0",
"nuxt-svg-loader": "^1.2.0",
"pinia": "^2.0.30",
"raw-body": "^2.5.1",
"request": "^2.88.2",
"sharp": "^0.30.4",
"vue-bootstrap-typeahead": "^0.2.6",
"vue-cropperjs": "^4.2.0",
"vue-gates": "^2.1.0",
"xmldom": "^0.5.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@intlify/eslint-plugin-vue-i18n": "^1.4.1",
"@nuxt/types": "^2.16.0",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/localforage": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^1.3.0",
"autoprefixer": "^10.4.13",
"babel-jest": "^24.1.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-webpack-plugin": "^3.1.1",
"fibers": "^5.0.0",
"jest": "^26.6.3",
"node-sass": "^6.0.1",
"prettier": "^2.6.2",
"sass-loader": "^10.2.1",
"typescript": "^4.9.5",
"vue-server-renderer": "^2.6.13"
}
}