forked from enpitut2020/Hobeeeeee
-
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.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 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": "hobeeeeee",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"heroku-postbuild": "npm run build",
"lint": "eslint './**/*.{js,vue}'",
"lint-fix": "eslint --fix './**/*.{js,vue}' && prettier --write './**/*.{js,vue}'"
},
"dependencies": {
"@nuxtjs/bulma": "^1.3.0",
"@nuxtjs/font-awesome": "^1.0.4",
"bulma": "^0.9.1",
"core-js": "^3.6.5",
"firebase": "^8.0.1",
"mavon-editor": "^2.9.0",
"nuxt": "^2.14.6",
"panzoom": "^9.4.1",
"vue-scrollto": "^2.20.0"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@nuxtjs/fontawesome": "^1.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.16.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-vue": "^7.4.0",
"node-sass": "^4.14.1",
"prettier": "^2.2.1",
"sass-loader": "^10.0.3"
}
}