-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"name": "@system76/zendesk-app",
"description": "A Zendesk App for System76",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "nuxt dev",
"build": "nuxt generate",
"lint": "eslint --ext js,vue .",
"lint:fix": "eslint --fix --ext js,vue ."
},
"homepage": "https://github.com/system76/zendesk-app#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/system76/zendesk-app.git"
},
"bugs": {
"url": "https://github.com/system76/zendesk-app/issues"
},
"files": [
"dist/"
],
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.9.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@nuxtjs/style-resources": "^1.2.1",
"@system76/js-api": "^2.2.0",
"@system76/markdown": "^1.0.0",
"blueimp-md5": "^2.19.0",
"buefy": "^0.9.10",
"bulma": "^0.9.3",
"cheerio": "^1.0.0-rc.10",
"core-js": "^3.18.2",
"date-fns": "^2.25.0",
"libphonenumber-js": "^1.9.37",
"lodash": "^4.17.21",
"nuxt": "^2.15.8",
"sass": "^1.42.1",
"sass-loader": "^10.1.1",
"webpack": "^4.46.0"
},
"devDependencies": {
"@system76/eslint-config": "^3.1.0",
"eslint": "^7.32.0"
}
}