forked from MTES-MCT/rapportNav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 993 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
{
"license": "mit-licence",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"test": "cypress open"
},
"dependencies": {
"@braintree/sanitize-url": "^6.0",
"@gouvfr/dsfr": "1.2.1",
"axios": "^0.24.0",
"daterangepicker": "^3.1.0",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"remixicon": "^2.5.0",
"select2": "^4.1.0-rc.0",
"survey-vue": "^1.0.74",
"vue": "^2.6.8",
"vue-router": "^3.5.3",
"vue-select": "^3.1.0",
"vue-toastification": "^1.7.14"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"@symfony/webpack-encore": "^1.2",
"cypress": "^9.5.0",
"vue-loader": "^15.0.11",
"vue-template-compiler": "^2.6.10",
"webpack-notifier": "^1.6.0"
}
}