-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
executable file
·86 lines (86 loc) · 2.2 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
{
"name": "@sensetence/vue-quintable",
"version": "2.3.30",
"private": false,
"scripts": {
"dev": "vite --config vite.build.config.js",
"build": "vite build --config vite.build.config.js",
"prod-local": "vite build --config vite.pack.config.js",
"prod": "node ./pack.js",
"preview": "vite preview"
},
"main": "./dist/vue-quintable.umd.js",
"module": "./dist/vue-quintable.es.js",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/vue-quintable.es.js",
"require": "./dist/vue-quintable.umd.js"
}
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^0.1.10",
"axios": "^0.21.1",
"core-js": "^3.9.1",
"fuzzy.js": "^0.1.0",
"prismjs": "^1.23.0",
"uuid": "^3.4.0",
"v-tooltip": "^2.1.3",
"vue": "^2.7.1",
"vue-drag-drop": "^1.1.4",
"vue-select": "^3.11.2"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@popperjs/core": "^2.9.3",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-vue2": "^2.2.0",
"autoprefixer": "^10.4.13",
"bootstrap": "^5.1.0",
"chance": "^1.1.7",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^9.4.0",
"moment-timezone": "^0.5.35",
"node-gyp": "^6.1.0",
"prettier": "2.3.1",
"pretty-checkbox-vue": "^1.1.9",
"sanitize-filename": "^1.6.3",
"sass": "^1.49.9",
"sass-loader": "^8.0.2",
"vite": "^4.0.4",
"vite-plugin-commonjs": "^0.6.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-rewrite-all": "^1.0.1",
"vue-template-compiler": "^2.7.14"
},
"homepage": "https://sensetence.com/vue-quintable/",
"keywords": [
"table",
"tables",
"datatable",
"vue",
"vue.js",
"data-table",
"tables",
"responsive",
"vue-datasource",
"vue-table",
"vue-quintable"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sensetence/vue-quintable.git"
},
"config": {
"packageName": "vue-quintable"
}
}