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{
"name": "refill-refill",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"vue": "^2.6.14"
},
"devDependencies": {
"autoprefixer": "^10.3.3",
"laravel-mix": "^6.0.28",
"paper-css": "^0.4.1",
"postcss": "^8.3.6",
"postcss-loader": "^6.1.1",
"postcss-nested": "^5.0.6",
"tailwindcss": "^2.2.8",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.14",
"vuedraggable": "^2.24.3"
}
}