-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.05 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.05 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
{
"name": "lab_login",
"version": "1.0.0",
"description": "My hunky-dory Nuxt.js project",
"author": "T.Shinohara",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/moment": "^1.4.0",
"axios": "^0.19.0",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.1.0",
"child_process": "^1.0.2",
"core-js": "2.6.2",
"firebase": "^7.6.1",
"firebase-tools": "^7.11.0",
"fs": "^0.0.1-security",
"moment": "^2.24.0",
"node-sass": "^4.13.0",
"nuxt": "^2.11.0",
"vuex-persistedstate": "^2.7.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.1.0",
"babel-eslint": "^10.0.3",
"sass-loader": "^8.0.0",
"vue-loader": "^15.8.3"
}
}