-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.26 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
{
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@webpack-cli/generators": "^3.0.7",
"bootstrap": "^5.3.3",
"css-loader": "^6.8.1",
"flag-icons": "^7.2.3",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"mini-svg-data-uri": "^1.4.4",
"netlify-plugin-snyk": "^1.3.3",
"nice-select2": "^2.1.0",
"style-loader": "^3.3.3",
"svgo-loader": "^4.0.0",
"tippy.js": "^6.3.7",
"webpack-auto-inject-version-next": "^1.2.4"
},
"version": "1.1.05",
"description": "Wazo Plugin Deploy FMW",
"name": "wazo-plugin-deploy-fmw",
"scripts": {
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"dev": "webpack-dev-server --config webpack.config.js --mode=development",
"dev:opera": "webpack-dev-server --config opera.config.js --mode=development"
},
"dependencies": {
"@wazo/euc-plugins-sdk": "^0.0.23",
"body-parser": "^1.20.3",
"copy-webpack-plugin": "^11.0.0",
"express": "^4.21.1",
"html-webpack-plugin": "^5.6.0",
"jquery": "^3.7.1",
"js-confetti": "^0.12.0",
"micromatch": "^4.0.8",
"mini-css-extract-plugin": "^2.9.1",
"popper.js": "^1.16.1",
"webpack-dev-server": "^5.1.0"
}
}