-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.79 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
{
"name": "@thron/thron-ux-vuecomponents",
"description": "THRON UX Vue Components",
"version": "0.2.3-dev.1",
"main": "dist/thron-ux-components-vue.cjs.js",
"module": "dist/thron-ux-components-vue.esm.js",
"browser": "dist/thron-ux-components-vue.umd.js",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/brentertz/scapegoat/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"atomicjs": "3.2.1",
"cash-dom": "1.3.7",
"compass-mixins": "0.12.10",
"cssobj": "1.3.6",
"node-sass": "^4.11.0",
"v-tooltip": "2.0.0-rc.33",
"vue": "2.5.22",
"vue-i18n": "8.7.0"
},
"peerDependencies": {},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/plugin-external-helpers": "7.2.0",
"@babel/preset-env": "7.2.3",
"@babel/preset-flow": "7.0.0",
"archiver": "2.1.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "7.2.3",
"babel-jest": "23.6.0",
"babel-loader": "^8.0.5",
"babel-plugin-annotate-pure-calls": "0.3.0",
"css-loader": "0.28.11",
"eslint": "4.19.1",
"eslint-friendly-formatter": "3.0.0",
"eslint-plugin-flowtype-errors": "3.6.0",
"eslint-plugin-vue": "4.7.1",
"flow-bin": "0.86.0",
"flow-typed": "2.5.1",
"postcss": "7.0.11",
"postcss-assets": "5.0.0",
"process.argv": "0.1.0",
"sass-loader": "^7.1.0",
"semver": "5.6.0",
"style-loader": "0.19.1",
"vue-docgen-api": "^3.5.4",
"vue-jest": "3.0.2",
"vue-loader": "15.5.1",
"vue-styleguidist": "3.0.15",
"vue-template-compiler": "2.5.22",
"vue-template-validator": "1.1.5",
"vue-test-utils": "1.0.0-beta.11",
"webpack": "4.28.4"
},
"scripts": {
"documentation:dev": "vue-styleguidist server",
"documentation": "vue-styleguidist build"
},
"files": [
"dist"
]
}