-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.53 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
{
"name": "mhean-maa",
"version": "1.0.0",
"description": "เว็บไซต์จัดการข้อมูลสุนัข มหาวิทยาลัยเชียงใหม่",
"author": "Mhean Maa Group",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/pwa": "^3.0.0-0",
"axios": "^0.19.2",
"lodash": "^4.17.15",
"nuxt": "^2.0.0",
"qrcode.vue": "^1.7.0",
"v-lazy-image": "^1.4.0",
"vue-clickaway": "^2.2.2",
"vue-kinesis": "^1.1.5",
"vue-smooth-reflow": "^0.1.12",
"vue-timeago": "^5.1.2"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.6.0",
"@nuxtjs/eslint-config-typescript": "^1.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"@types/lodash": "^4.14.149",
"babel-eslint": "^10.0.1",
"dart-sass": "^1.25.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.2",
"postcss-normalize": "^8.0.1",
"postcss-short": "^5.0.0",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2"
}
}