-
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.38 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.38 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": "nuxt-template",
"description": "Nuxt.js TypeScript project",
"version": "1.0.0",
"dependencies": {
"@nuxt/typescript-runtime": "1.0.0",
"@nuxtjs/axios": "5.12.1",
"@nuxtjs/tailwindcss": "^3.0.0",
"@vue/composition-api": "^1.0.0-beta.6",
"nuxt": "2.14.1",
"nuxt-property-decorator": "2.7.2",
"vuex-class": "0.3.2"
},
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts build --target static && nuxt-ts export",
"lint": "prettier --write \"./**/*.{ts,vue}\"",
"clean": "rm -rf .nuxt"
},
"devDependencies": {
"@nuxt/types": "^2.14.1",
"@nuxt/typescript-build": "2.0.2",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-config-typescript": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"babel-eslint": "^10.1.0",
"direct-vuex": "^0.12.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"nuxt-purgecss": "^1.0.0",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.3",
"prettier": "^2.0.5",
"tailwindcss": "^1.6.2",
"vuex-module-decorators": "^0.17.0"
}
}