-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "@protocol-one/ui-kit",
"version": "1.25.4",
"scripts": {
"lint": "vue-cli-service lint"
},
"dependencies": {
"date-fns": "^v2.0.0-alpha.27",
"lodash-es": "^4.17.11",
"perfect-scrollbar": "^1.4.0",
"vue": "^2.5.21",
"vue-clickaway": "^2.2.2",
"vue-perfect-scrollbar": "^0.1.0",
"vue-wysiwyg": "^1.7.2",
"vuejs-datepicker": "^1.5.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.6.0",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-eslint-comments": "^3.0.1",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-mocha": "^5.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-vue": "^5.1.0",
"vue-template-compiler": "^2.5.21"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"defaults",
"not ie < 11"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ProtocolONE/ui-kit.git"
}
}