-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"name": "@vevcom/design-vue",
"version": "1.0.0",
"description": "Omegaweb design system and vue component library",
"main": "src/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "parcel demo/index.html --open",
"build": "parcel build demo/index.html --public-url ./ --no-source-maps",
"styling": "prettier --write \"{src,demo}/**/*.{vue,js}\"",
"test": "prettier --check \"{src,demo}/**/*.{vue,js}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/vevcom/design.git"
},
"keywords": [
"vevcom",
"omega",
"designsystem",
"vue"
],
"author": "Trym Sneltvedt",
"license": "MIT",
"bugs": {
"url": "https://github.com/vevcom/design/issues"
},
"homepage": "https://github.com/vevcom/design#readme",
"devDependencies": {
"@vue/component-compiler-utils": "^3.0.0",
"parcel-bundler": "^1.12.3",
"parcel-plugin-clean-dist": "0.0.6",
"prettier": "1.18.2",
"sass": "^1.21.0",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"vue-hot-reload-api": "^2.3.3"
}
}