-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 805 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 805 Bytes
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
{
"name": "nuxt-stop",
"version": "1.0.0",
"description": "A repository of trending articles and tutorials on Nuxt.js on the popular platform Dev.to",
"author": "Nazneen Oomatia",
"license": "MIT",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"core-js": "^3.19.3",
"nuxt": "^2.15.8",
"vue": "^2.6.14",
"vue-content-placeholders": "^0.2.1",
"vue-observe-visibility": "^1.0.0",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxtjs/style-resources": "^1.2.1",
"@nuxtjs/svg": "^0.4.0",
"prettier": "^2.6.2",
"sass": "^1.52.3",
"sass-loader": "10"
}
}