-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.65 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
{
"name": "appli",
"description": "A pretty simple Vue PWA for playing with the data of the Lëtzebuerger Online Dictionnaire (LOD)",
"main": "./src/main.js",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serve:dist": "php -S localhost:5005 -t ./dist",
"prebuild": "npm run lint",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"vercel:dev": "vercel dev",
"vercel:prod": "vercel --prod",
"vercel:staging": "vercel"
},
"dependencies": {
"bulma": "^0.9.1",
"register-service-worker": "^1.7.2",
"vue": "^2.6.12"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-plugin-pwa": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.16.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-vue": "^7.3.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.0",
"vue-template-compiler": "^2.6.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robertoentringer/appli.git"
},
"keywords": [
"lod",
"mp3",
"audio",
"lod-lu",
"luxembourg",
"worterbuch",
"dictionary",
"dicionario",
"dictionnaire",
"letzebuerger",
"letzeburgesch",
"luxemburgish",
"luxembourgish",
"letzebuerger-online-dictionnaire"
],
"author": "Roberto Entringer",
"license": "ISC",
"bugs": {
"url": "https://github.com/robertoentringer/appli/issues"
},
"homepage": "https://appli-lu.vercel.app/"
}