-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 KB
/
package.json
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
40
{
"name": "soloqchallenge",
"version": "1.0.0",
"description": "soloqchallenge",
"author": "Ahmed Rangel",
"type": "module",
"homepage": "https://github.com/ahmedrangel/soloqchallenge",
"repository": {
"type": "git",
"url": "https://github.com/ahmedrangel/soloqchallenge"
},
"bugs": {
"url": "https://github.com/ahmedrangel/soloqchallenge/issues"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port=5173 --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "npm run lint:eslint && npm run lint:stylelint",
"lint:eslint": "eslint --ext .ts,.js,.vue --fix --ignore-path .gitignore .",
"lint:stylelint": "stylelint \"**/*.css\" --fix"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/sitemap": "^5.1.2",
"@types/bootstrap": "^5.2.10",
"eslint": "^8.57.0",
"nuxt": "^3.11.1",
"nuxt-icon": "^0.6.10",
"stylelint-config-standard": "^36.0.0"
},
"dependencies": {
"@nuxtjs/google-fonts": "^3.2.0",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.2",
"primevue": "^3.50.0"
}
}