forked from rlemaigre/Easy-DnD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.41 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
{
"name": "vue-easy-dnd",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "rollup --config ./lib/rollup.config.js --environment BUILD:production"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@mdi/font": "^3.6.95",
"@segi/template": "file:lib",
"core-js": "^3.6.5",
"custom-event-polyfill": "^1.0.7",
"regenerator-runtime": "^0.13.7",
"roboto-fontface": "*",
"vue": "^2.6.10",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.1",
"vuetify": "^2.1.13"
},
"devDependencies": {
"@babel/preset-env": "^7.11.5",
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-typescript": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"reflect-metadata": "^0.1.13",
"rollup": "^1.20.3",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-cpy": "^2.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-typescript2": "^0.24.1",
"rollup-plugin-vue": "^5.0.1",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"tslib": "^1.10.0",
"typescript": "^3.8.3",
"vue-cli-plugin-vuetify": "^0.6.3",
"vue-template-compiler": "^2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10",
"ie 11"
]
}