-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.42 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
{
"name": "vue-tamil-words",
"description": "Get Random Tamil Words - Commonly spoken Tamil words with English Meaning.",
"version": "1.0.0",
"author": "Santhosh Veer",
"license": "MIT",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate --fail-on-page-error",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "yarn lint:js",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/mskian/vue-tamil-words.git"
},
"bugs": {
"url": "https://github.com/mskian/vue-tamil-words/issues"
},
"homepage": "https://github.com/mskian/vue-tamil-words/#readme",
"keywords": [
"words",
"tamil words",
"meaning"
],
"dependencies": {
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/toast": "^3.3.1",
"axios": "^1.7.9",
"bulma": "^0.9.4",
"core-js": "^3.39.0",
"lodash": "^4.17.21",
"nuxt": "^2.15.8",
"nuxt-clipboard2": "^0.2.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@babel/eslint-parser": "^7.25.9",
"eslint": "^8.57.1",
"eslint-plugin-nuxt": "^4.0.0",
"sass": "^1.83.0",
"sass-loader": "^13.3.3"
}
}