-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "vue-and-devices-mocks",
"version": "1.0.0",
"description": "Vector devices mockups as vue components",
"main": "dist/vue-and-devices-mocks.umd.min.js",
"scripts": {
"serve": "vue-cli-service serve ./demo/main.js",
"build": "vue-cli-service build ./demo/main.js",
"build:lib": "vue-cli-service build --target lib --name vue-and-devices-mocks ./src/components/index.js",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PavelShar/vue-and-devices-mocks.git"
},
"keywords": [
"vue",
"vuejs",
"mockups",
"iphone",
"ipad"
],
"author": {
"name": "Paul Sharypov"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/PavelShar/vue-and-devices-mocks/issues"
},
"homepage": "https://pavelshar.github.io/vue-and-devices-mocks/",
"dependencies": {
"vue": "^2.5.17"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0-0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.17"
}
}