UNPKG

1.17 kBJSONView Raw
1{
2 "name": "ace-nuxt",
3 "version": "0.0.32",
4 "description": "Nuxt plugins for ACE projects",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/studiothomas/ace-nuxt.git"
12 },
13 "keywords": [
14 "vue",
15 "nuxt",
16 "ace"
17 ],
18 "author": "Studio Thomas <hello@studiothomas.co.uk>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/studiothomas/ace-nuxt/issues"
22 },
23 "homepage": "https://github.com/studiothomas/ace-nuxt#readme",
24 "devDependencies": {
25 "babel-eslint": "^10.0.1",
26 "eslint": "^5.8.0",
27 "eslint-config-airbnb-base": "^13.1.0",
28 "eslint-plugin-html": "^4.0.6",
29 "eslint-plugin-import": "^2.14.0",
30 "eslint-plugin-vue": "^4.7.1"
31 },
32 "dependencies": {
33 "ace-helpers": "^0.0.5",
34 "cookie": "^0.3.1",
35 "debug-trace": "^2.2.2",
36 "feature.js": "^1.0.0",
37 "html-to-text": "^4.0.0",
38 "lodash": "^4.17.11",
39 "lru-cache": "^4.1.3",
40 "mobile-detect": "^1.4.3",
41 "object-hash": "^1.3.0",
42 "object-sizeof": "^1.2.0",
43 "ua-parser-js": "^0.7.19",
44 "vue": "^2.5.17"
45 }
46}