-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
87 lines (87 loc) · 2.78 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@human-connection/styleguide",
"version": "0.5.22",
"private": false,
"scripts": {
"serve": "http-server ./docs -o -s",
"build": "yarn theo && vue-cli-service build --no-fix",
"lint": "vue-cli-service lint --no-fix-warning",
"dev": "npm-run-all --parallel theo:onchange theo servedev",
"servedev": "vue-cli-service serve --open --no-fix",
"build:lib": "yarn theo && cross-env BUILD=library vue-cli-service build --target lib --name system ./src/library.js --no-fix",
"theo": "theo ./src/system/tokens/tokens.yml --transform web --format map.scss,scss,raw.json,json --dest ./src/system/tokens/generated",
"theo:onchange": "onchange \"./src/system/tokens/*.yml\" -- npm run theo",
"test": "echo 'TODO: FIX & ADD TESTING!'",
"test:unit": "vue-cli-service test:unit"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"vue": "^2.6.10"
},
"devDependencies": {
"@babel/core": "~7.6.0",
"@babel/plugin-syntax-dynamic-import": "~7.2.0",
"@babel/standalone": "~7.6.0",
"@vue/cli-plugin-babel": "~3.11.0",
"@vue/cli-plugin-eslint": "~3.11.0",
"@vue/cli-plugin-unit-jest": "~3.11.0",
"@vue/cli-service": "~3.11.0",
"@vue/eslint-config-prettier": "~5.0.0",
"@vue/test-utils": "~1.0.0-beta.29",
"async-validator": "~3.0.4",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "~24.9.0",
"babel-plugin-transform-require-context": "~0.1.1",
"cheerio": "~1.0.0-rc.2",
"clipboard-copy": "~3.1.0",
"clone-deep": "~4.0.1",
"codemirror": "~5.48.4",
"cross-env": "~5.2.1",
"dot-prop": "~5.1.0",
"http-server": "^0.11.1",
"lodash": "~4.17.15",
"markdown-it": "~9.1.0",
"markdown-it-abbr": "~1.0.4",
"markdown-it-deflist": "~2.0.3",
"markdown-it-emoji": "~1.4.0",
"markdown-it-footnote": "~3.0.2",
"markdown-it-ins": "~2.0.0",
"markdown-it-katex": "~2.0.3",
"markdown-it-mark": "~2.0.0",
"markdown-it-sub": "~1.0.0",
"markdown-it-sup": "~1.0.0",
"markdown-it-task-lists": "~2.1.1",
"node-sass": "^4.12.0",
"npm-run-all": "~4.1.5",
"onchange": "~6.0.0",
"portal-vue": "~2.1.6",
"raw-loader": "~3.1.0",
"sass-loader": "~8.0.0",
"theo": "~8.1.4",
"vue-click-outside": "~1.0.7",
"vue-docgen-api": "^3.22.0",
"vue-router": "~3.1.3",
"vue-svg-loader": "~0.12.0",
"vue-template-compiler": "^2.6.10",
"vuep": "git+https://github.com/visualjerk/vuep.git#fix-iframe-firefox",
"webpack-bundle-analyzer": "~3.4.1",
"webpack-merge-and-include-globally": "~2.1.16"
},
"authors": [
"appinteractive",
"roschaefer",
"visualjerk",
"ulfgebhardt"
],
"main": "./dist/system.umd.min.js",
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"license": "MIT"
}