-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·32 lines (32 loc) · 933 Bytes
/
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
{
"name": "svis",
"version": "1.1",
"description": "Simple Vue3 Image Slideshow with fullscreen image presentation",
"main": "index.js",
"scripts": {
"dev": "webpack --mode=development",
"prod": "webpack --mode=production",
"watch": "webpack --watch --mode=development",
"lint": "eslint --fix --ext .js,.vue src/"
},
"author": "Marco <developer@bigm.it>",
"license": "GPL-3.0-or-later",
"dependencies": {
"vue": "^3.2.21"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"eslint": "^8.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.0.1",
"typescript": "^4.4.4",
"vue-loader": "^16.8.3",
"vue-style-loader": "^4.1.3",
"webpack": "^5.63.0",
"webpack-cli": "^4.9.1"
}
}