-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 810 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 810 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
32
33
34
35
{
"name": "website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nuxt --hostname 0.0.0.0 --port 8080",
"generate": "nuxt generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sj57/website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sj57/website/issues"
},
"homepage": "https://github.com/sj57/website#readme",
"dependencies": {
"@nuxtjs/axios": "5.13.6",
"core-js": "3.19.3",
"nuxt": "2.15.8",
"phone": "3.1.28",
"vue": "2.6.14",
"vue-server-renderer": "2.6.14",
"vue-slider-component": "3.2.15",
"vue-template-compiler": "2.6.14",
"webpack": "4.46.0"
},
"devDependencies": {
"sass": "1.50.0",
"sass-loader": "10.1.1"
}
}