-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
138 lines (138 loc) · 4.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "@fishtank/fishtank-vue",
"version": "5.4.3",
"private": false,
"author": "Fish Tank Design System <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "yarn run clean && yarn build:esm && yarn build:cjs && yarn build:esm:dev && yarn build:cjs:dev && yarn build:esm:uncompiled && yarn build:cjs:uncompiled && yarn build:ts-types",
"lint": "vue-cli-service lint",
"build-lib": "vue-cli-service build --target lib --name fishtank-vue-service-build src/index.ts",
"build:cjs": "yarn build:rollup --environment TARGET:cjs --environment PROD:production",
"build:cjs:dev": "yarn build:rollup --environment TARGET:cjs",
"build:cjs:uncompiled": "yarn build:rollup --environment TARGET:cjs --environment compileCustomProperties:true",
"build:esm": "yarn build:rollup --environment TARGET:esm --environment PROD:production",
"build:esm:dev": "yarn build:rollup --environment TARGET:esm",
"build:esm:uncompiled": "yarn build:rollup --environment TARGET:esm --environment compileCustomProperties:true",
"build:rollup": "yarn rollup -c",
"build:ts-types": "node ./build/build-type-def.js",
"clean": "rimraf dist/",
"dev": "yarn run serve",
"e2e": "vue-cli-service test:e2e",
"link": "eslint",
"release": "standard-version",
"test": "vue-cli-service test:unit --require tests/setup.js"
},
"main": "dist/fishtank-vue.common.min.js",
"module": "dist/fishtank-vue.esm.min.js",
"dependencies": {
"@fishtank/colors": "3.5.1",
"@fishtank/icons": "3.13.0",
"@fishtank/icons-vue": "3.13.0",
"@fishtank/space": "1.3.0",
"@fishtank/type": "3.1.2",
"axios": "^0.18.1",
"popper.js": "1.15.0",
"tooltip.js": "^1.3.2",
"tslib": ">= 1.9.0",
"v-tooltip": "2.0.2",
"vue-clickaway": "^2.2.2",
"vue-content-loader": "^0.2.1",
"vue-property-decorator": "7.2.0",
"vue-runtime-helpers": "1.0.0",
"vuejs-paginate": "1.9.3"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.49",
"@babel/plugin-syntax-dynamic-import": "7.0.0-beta.49",
"@types/chai": "^4.1.0",
"@types/lodash": "4.14.109",
"@types/mocha": "^2.2.46",
"@types/moxios": "0.4.8",
"@types/prismjs": "1.9.0",
"@types/sinon": "4.3.0",
"@types/sinon-chai": "2.7.29",
"@types/vue-markdown": "2.2.1",
"@vue/cli-plugin-babel": "~4.4.4",
"@vue/cli-plugin-e2e-nightwatch": "3.0.0-beta.15",
"@vue/cli-plugin-eslint": "3.0.0-beta.15",
"@vue/cli-plugin-typescript": "3.0.0-beta.15",
"@vue/cli-plugin-unit-mocha": "^3.4.0",
"@vue/cli-service": "3.0.0-beta.15",
"@vue/eslint-config-prettier": "^3.0.0-beta.15",
"@vue/eslint-config-typescript": "^3.0.0-bet15.15",
"@vue/test-utils": "1.0.0-beta.29",
"@yelo/rollup-node-external": "1.0.1",
"acorn": ">=6.4.1",
"ajv": "6.10.0",
"autoprefixer": "9.3.1",
"babel-loader": "8.0.0-beta.3",
"chai": "^4.1.2",
"css-loader": "0.28.11",
"eslint": "5.16.0",
"eslint-loader": "2.1.2",
"eslint-plugin-prettier": "3.0.0",
"eslint-plugin-vue": "5.0.0",
"extract-text-webpack-plugin": "3.0.2",
"in-publish": "2.0.0",
"jshint": "2.10.2",
"lodash": ">=4.17.11",
"moxios": "0.4.0",
"node-sass": "^4.13.0",
"normalize-scss": "7.0.1",
"postcss": "7.0.6",
"postcss-css-variables": "0.11.0",
"postcss-custom-media": "^7.0.8",
"postcss-import": "12.0.1",
"promise-polyfill": "8.0.0",
"punycode": "^2.1.1",
"rimraf": "2.6.2",
"rollup": "0.58.2",
"rollup-plugin-babel": "4.0.0-beta.4",
"rollup-plugin-commonjs": "9.1.0",
"rollup-plugin-filesize": "1.5.0",
"rollup-plugin-json": "2.3.0",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-postcss": "2.0.3",
"rollup-plugin-replace": "2.0.0",
"rollup-plugin-scss": "0.4.0",
"rollup-plugin-typescript2": "0.18.1",
"rollup-plugin-uglify": "3.0.0",
"rollup-plugin-vue": "4.7.2",
"sass-loader": "6.0.7",
"sinon": "4.4.8",
"sinon-chai": "3.0.0",
"source-map": "0.7.2",
"standard-version": ">=8.0.2",
"style-loader": "0.20.3",
"svg-sprite-loader": "3.7.3",
"typescript": "2.9.1",
"uglify-es": "3.3.9",
"vue": "^2.6.11",
"vue-docgen-api": "3.13.8",
"vue-markdown": "^2.2.4",
"vue-prism-component": "1.0.1",
"vue-router": "3.0.1",
"vue-svg-icon-loader": "1.3.2",
"vue-template-compiler": "^2.6.11",
"webpack-merge": "4.1.2",
"webpack-node-externals": "1.6.0"
},
"peerDependencies": {
"vue": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"license": "Apache-2.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/bloombergbna/fishtank-vue.git"
},
"typings": "dist/fishtank-vue.d.ts"
}