-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 891 Bytes
/
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
{
"name": "urmvc",
"version": "1.0.0",
"author": "Mrx ",
"private": "true",
"browserslist": [
"last 6 versions"
],
"scripts": {
"watch": "mix watch"
},
"dependencies": {
"@popovmp/request-service": "^4.7.1",
"autoprefixer": "^10.3.2",
"axios": "^0.21.1",
"bootstrap": "^v4.0.0",
"chart.js": "^3.5.1",
"datatables.net": "^1.11.3",
"dotenv": "^10.0.0",
"feather-icons": "^4.28.0",
"jquery": "^3.6.0",
"mix-env-file": "^0.1.1",
"parsleyjs": "^2.9.2",
"popper.js": "^1.16.1",
"pusher-js": "^7.0.3",
"sendmail": "^1.6.1"
},
"devDependencies": {
"browserify-fs": "^1.0.0",
"laravel-mix": "^6.0.28",
"laravel-mix-purgecss": "^6.0.0",
"minifier": "^0.8.1",
"node-polyfill-webpack-plugin": "^1.1.4",
"resolve-url-loader": "^4.0.0",
"sass": "^1.38.1",
"sass-loader": "^12.1.0"
}
}