-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "algplayer",
"version": "1.0.0",
"description": "My flawless Nuxt.js project",
"author": "kirahan",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"generate": "nuxt-ts generate",
"start": "nuxt-ts start",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxt/typescript-runtime": "^0.4.0",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.9.7",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/pwa": "^3.0.0-0",
"cubestack": "^0.4.4",
"gsap": "^3.2.6",
"nuxt": "^2.12.2",
"nuxt-property-decorator": "^2.5.1",
"three": "^0.115.0",
"vue-property-decorator": "^8.4.1",
"vuelidate": "^0.7.5"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.6.5",
"@nuxtjs/eslint-config-typescript": "^1.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/vuetify": "^1.0.0",
"@types/three": "^0.103.2",
"@types/vuelidate": "^0.7.13",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2"
}
}