This repository was archived by the owner on Jun 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.77 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.77 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "freestuff-manager",
"version": "1.0.0",
"description": "Webscraper and Management Dashboard for the FreeStuff Bot",
"author": "maanex",
"scripts": {
"dev": "nuxi dev --port 5522",
"build": "nuxi build",
"start": "nuxi start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:style": "stylelint \"**/*.{vue,css,scss}\" --ignore-path .gitignore",
"lint": "yarn lint:js && yarn lint:style"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.1.0",
"@nuxtjs/markdownit": "^1.2.10",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/style-resources": "^1.2.1",
"@nuxtjs/svg": "^0.3.0",
"chart.js": "2.9.4",
"mapbox-gl": "^2.3.1",
"nuxt-edge": "^2.16.0-27358576.777a4b7f",
"nuxt-i18n": "^6.27.3",
"paparsya": "^1.0.1",
"postcss-html": "^1.3.0",
"sass": "^1.52.3",
"sass-loader": "^10",
"socket.io-client": "^4.1.3",
"sweetalert2": "^11.0.18",
"twemoji": "^13.0.1",
"vue-chartjs": "^3.5.1",
"vue-tippy": "^4.7.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.16.11",
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
"@nuxt/types": "^2.15.7",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/stylelint-module": "^4.0.0",
"@types/chart.js": "^2.9.34",
"@types/mapbox-gl": "^2.3.3",
"@types/twemoji": "^12.1.1",
"eslint": "^7.5.0",
"eslint-plugin-nuxt": "^1.0.0",
"node": "^14",
"stylelint": "^14.3.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.1.0",
"vue-loader": "^15.9.3",
"vue-template-compiler": "2.6.14"
}
}