forked from s-rybak/SendAndGet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 772 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 772 Bytes
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
{
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.5.0",
"@symfony/webpack-encore": "^0.21.0",
"admin-lte": "^2.4.8",
"bootstrap": "^4.1.3",
"fontawesome": "^4.7.2",
"ionicons": "^4.4.6",
"jquery": "^3.3.1",
"jvectormap": "^2.0.4",
"morris": "^0.1.4",
"node-sass": "^4.10.0",
"popper.js": "^1.14.5",
"sass-loader": "^7.0.1",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"sweetalert": "^2.1.2"
}
}