-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 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
{
"license": "MIT",
"private": true,
"scripts": {
"dev-server": "encore dev-server --hot --port 8888",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production"
},
"dependencies": {
"animate.css": "^3.7.0",
"bootstrap": "^4.1.1",
"flag-icon-css": "^3.0.0",
"flatpickr": "^4.5.0",
"howler": "^2.0.13",
"jquery-confirm": "^3.3.2",
"moment": "^2.22.2",
"open-iconic": "^1.1.1",
"pace-progress": "^1.0.2",
"particles.js": "^2.0.0",
"perfect-scrollbar": "^1.4.0",
"popper.js": "^1.14.3",
"quill": "^1.3.6",
"selectize": "^0.12.4",
"simple-line-icons": "^2.4.1",
"socket.io-client": "^2.1.1",
"webpack-obfuscator": "^0.18.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@symfony/webpack-encore": "^0.19.0",
"browserslist": "^3.2.8",
"copy-webpack-plugin": "^4.5.1",
"imports-loader": "^0.8.0",
"jquery": "^3.3.1",
"less-loader": "^4.1.0",
"node-sass": "^4.9.0",
"postcss-loader": "^2.1.5",
"sass-loader": "^7.0.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
},
"browserslist": [
"> 1%",
"IE 10"
]
}