-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.62 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
{
"private": true,
"devDependencies": {
"@types/jquery": "^3.5.16",
"@types/node": "^18.11.18",
"ava": "^0.20.0",
"eslint": "4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-vue": "^3.13.1",
"faker": "^4.1.0",
"laravel-mix": "^6.0.49",
"resolve-url-loader": "^5.0.0",
"sass": "^1.57.1",
"sass-loader": "^12.1.0",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.14"
},
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.0.0",
"clipboard": "^1.5.16",
"cropperjs": "^1.1.3",
"datatables.net": "^1.10.16",
"datatables.net-bs": "^1.10.16",
"eonasdan-bootstrap-datetimepicker": "^4.17.43",
"font-awesome": "^4.7.0",
"hijri-date": "^0.2.2",
"install": "^0.8.4",
"jquery": "^3.2.1",
"jquery-jcrop": "^0.9.13",
"jquery-ui-bootstrap": "^1.0.0",
"jquery-ui-dist": "^1.12.1",
"jquery.1": "^1.0.0",
"left-pad": "^1.1.3",
"moment": "^2.19.1",
"rasmify.js": "^1.0.1",
"select2": "^4.0.5",
"summernote": "^0.8.20",
"tag-denestify": "^1.1.1",
"vue": "2",
"vue-test-utils": "^1.0.0-beta.4"
},
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"test": "ava"
},
"ava": {
"files": [
"tests/js/**/*.js"
]
}
}