forked from camdram/camdram
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 884 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
{
"name": "camdram",
"version": "1.0.0",
"repository": "git@github.com:camdram/camdram.git",
"license": "GPL-2.0",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@symfony/webpack-encore": "^3.1.0",
"cookieconsent": "^3.1.1",
"dropzone": "^5.9.2",
"eslint": "^9.39",
"imports-loader": "^0.8.0",
"leaflet": "^1.7.1",
"node-sass": "^9.0.0",
"sass-loader": "^16",
"sortablejs": "^1.15.6",
"webpack-notifier": "^1.15.0"
},
"scripts": {
"js-routing": "php app/console fos:js-routing:dump --format=json --target=assets/js/fos_js_routes.json",
"build": "SYMFONY_ENV=prod yarn js-routing && yarn encore production && python3 gen-csp-hashes.py",
"dev": "SYMFONY_ENV=dev yarn js-routing && yarn encore dev && python3 gen-csp-hashes.py"
},
"dependencies": {
"@github/hotkey": "^2.0"
}
}