-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 979 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 979 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
{
"name": "opensource254",
"version": "2.0.0",
"description": "Welcome to opensource254. We are about the Kenyan techie interested in contributing to opensource and other projects. We give you a chance to increase your collaboration skills. Visit our about page for more.",
"author": "opensource254",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint .",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@bootstrap-vue-next/nuxt": "^0.44.0",
"@nuxt/eslint": "1.15.2",
"@nuxtjs/dotenv": "^1.4.2",
"@nuxtjs/pwa": "^3.3.5",
"bootstrap": "^5.3.8",
"bootstrap-vue-next": "^0.44.0",
"eslint": "^10.1.0",
"nuxt": "^4.4.2"
},
"devDependencies": {
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"prettier": "^3.8.1",
"stylelint": "^17.5.0"
}
}