-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
98 lines (98 loc) · 3.01 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "admin.oswaldlabs.com",
"version": "1.0.13",
"description": "Oswald Labs Platform",
"author": "Anand Chowdhary",
"license": "MIT",
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts generate",
"build-nuxt": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore . --fix",
"increment-package": "node setup/increment.js",
"check-dependency": "node setup/check-dependency.js",
"precommit": "npm run lint",
"snyk-protect": "snyk protect",
"postinstall": "npm run check-dependency",
"prepublish": "npm run snyk-protect"
},
"husky": {
"hooks": {
"pre-commit": "yarn increment-package && git add ."
}
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@nuxtjs/axios": "^5.9.5",
"@nuxtjs/google-analytics": "^2.2.3",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"analytics-icons": "^5.5.0",
"chart.js": "^2.9.3",
"copy-to-clipboard": "^3.2.1",
"countries-and-timezones": "^2.0.5",
"date-fns": "^2.9.0",
"downloadjs": "^1.4.7",
"feeedback": "^1.0.2",
"flat": "^5.0.0",
"get-contrast": "^2.0.0",
"hashids": "^2.2.1",
"jwt-decode": "^2.2.0",
"meta-ctrl-enter": "^1.0.2",
"nuxt": "^2.11.0",
"snyk": "^1.294.0",
"ua-parser-js": "^0.7.21",
"vue-chartjs": "^3.5.0",
"vue-focus-lock": "^1.4.0",
"vue-notification": "^1.3.20",
"vue-timeago": "^5.1.2",
"vuedraggable": "^2.23.2",
"vuex-persist": "^2.2.0",
"which-browser": "^0.5.1"
},
"devDependencies": {
"@bazzite/nuxt-netlify": "^0.1.1",
"@nuxt/typescript-build": "^0.5.7",
"@nuxt/typescript-runtime": "^0.3.9",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "^2.0.2",
"@nuxtjs/markdownit": "^1.2.7",
"@nuxtjs/sitemap": "^2.0.1",
"@staart/ui": "^1.1.5",
"@types/downloadjs": "^1.4.1",
"@types/hashids": "^1.0.30",
"@types/stripe": "^7.13.21",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"babel-eslint": "^10.0.3",
"cross-env": "^7.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": ">=14.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": ">=2.20.1",
"eslint-plugin-jest": ">=23.7.0",
"eslint-plugin-node": ">=11.0.0",
"eslint-plugin-nuxt": ">=0.5.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": ">=4.2.1",
"eslint-plugin-standard": ">=4.0.1",
"eslint-plugin-vue": "^6.2.1",
"has-yarn": "^2.1.0",
"husky": "^4.2.3",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"shelljs": "^0.8.3",
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.5",
"vue-property-decorator": "^8.4.0"
},
"snyk": true
}