-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 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
{
"name": "cropper",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "./lib/index.js",
"browser": {
".": "./web/index.js"
},
"scripts": {
"lint": "eslint '*.js' 'configs/**/*.js' 'lib/**/*.js' 'web/**/*.js' 'web/**/*.vue'",
"start": "node app.js"
},
"author": "",
"dependencies": {
"@bedrock/core": "^6.0.1",
"@bedrock/express": "^8.2.0",
"@bedrock/quasar": "^9.0.0",
"@bedrock/server": "^5.0.0",
"@bedrock/views": "^11.0.0",
"@bedrock/vue": "^5.0.1",
"@bedrock/web-fontawesome": "^2.0.0",
"@bedrock/webpack": "^9.0.3",
"@vueuse/core": "^10.4.1",
"vue": "^3.2.45",
"vue-advanced-cropper": "^2.8.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"eslint": "^8.34.0",
"eslint-config-digitalbazaar": "^4.0.1",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint-plugin-unicorn": "^43.0.0",
"eslint-plugin-vue": "^7.20.0",
"vue-eslint-parser": "^9.1.0"
},
"engines": {
"node": ">=18.0.0"
}
}