-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 796 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 796 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
{
"name": "pastebin",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.0",
"core-js": "^3.25.3",
"crypto": "^1.0.1",
"express": "^4.18.2",
"font-awesome": "^4.7.0",
"highlight.js": "^11.8.0",
"nuxt": "^2.15.8",
"nuxt-highlightjs": "^1.0.3",
"nuxt-purgecss": "^1.0.0",
"sqlite3": "^5.1.6",
"vue": "^2.7.10",
"vue-server-renderer": "^2.7.10",
"vue-template-compiler": "^2.7.10",
"vue-toastification": "^1.7.14"
},
"devDependencies": {
"sass": "^1.63.6",
"sass-loader": "10.1.1",
"webpack": "^4.46.0"
}
}