forked from niiknow/vue-datatables-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·59 lines (59 loc) · 1.69 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
{
"name": "vue-datatables-net",
"description": "Vue jQuery DataTables.net wrapper component",
"version": "1.5.2",
"author": "[email protected]",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/niiknow/vue-datatables-net.git"
},
"scripts": {
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"watch-late-schema": "cross-env EXAMPLE=late-schema npm run watch",
"dist": "cross-env NODE_ENV=dist mix",
"lint": "eslint --ext .js,.vue src/ example/app.*",
"lint-fix": "eslint --fix --ext .js,.vue src/ example/app.*",
"check-outdated": "npm outdated"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"peerDependencies": {
"jquery": "^3.6.0"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"bootstrap": "^4.6.0",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.1",
"datatables.net-bs4": "^1.10.24",
"datatables.net-buttons-bs4": "^1.7.0",
"datatables.net-responsive": "^2.2.7",
"datatables.net-responsive-bs4": "^2.2.7",
"datatables.net-select-bs4": "^1.3.3",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-vue": "^7.9.0",
"eslint-webpack-plugin": "^2.5.3",
"file-loader": "^6.2.0",
"laravel-mix": "^6.0.16",
"vue": "^2.6.12",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.33.1"
}
}