-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.11 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 2.11 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
58
59
60
{
"private": false,
"name": "vue-ads-context",
"description": "A Vue context popup component.",
"license": "MIT",
"author": "Arne De Smedt <arnedesmdt@gmail.com> (https://twitter.com/ArneSmedt)",
"homepage": "https://github.com/arnedesmedt/vue-ads-context",
"repository": {
"type": "git",
"url": "https://github.com/arnedesmedt/vue-ads-context.git"
},
"bugs": {
"url": "https://github.com/arnedesmedt/vue-ads-context/issues"
},
"version": "0.2.3",
"main": "./dist/vue-ads-context.common.js",
"files": [
"/dist"
],
"scripts": {
"build": "vue-cli-service build",
"build:bundle": "vue-cli-service build --target lib --name vue-ads-context ./src/index.js",
"lint": "vue-cli-service lint",
"package-lint": "prettier-package-json --write --tab-width=4 ./package.json",
"serve": "vue-cli-service serve",
"test:unit": "vue-cli-service test:unit",
"preversion": "export NODE_ENV=production && npm run lint && npm run test:unit && npm run package-lint",
"version": "npm run build:bundle",
"postversion": "git push && git push --tags"
},
"dependencies": {
"vue": "^2.6.10"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "*",
"@vue/cli-plugin-babel": "^3.5.5",
"@vue/cli-plugin-eslint": "^3.5.1",
"@vue/cli-plugin-unit-jest": "^3.5.3",
"@vue/cli-service": "^3.5.3",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.7.1",
"eslint-config-ads": "^1.0.7",
"eslint-plugin-vue": "^5.2.2",
"postcss-import": "*",
"postcss-url": "*",
"prettier-package-json": "^2.1.0",
"tailwindcss": "^1.0.0-beta.4",
"vue-cli-plugin-ads-package-json": "^1.0.8",
"vue-cli-plugin-ads-packages": "^1.3.13",
"vue-cli-plugin-ads-readme": "^1.0.9",
"vue-template-compiler": "^2.6.10"
},
"keywords": [
"component",
"context",
"vue"
]
}