-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.05 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
{
"dependencies": {
"@bevacqua/rome": "^3.0.4",
"ajv": "^6.12.3",
"glob-parent": "^6.0.2",
"jspdf": "^2.5.1",
"moment": "^2.29.4",
"pdfjs-dist": "^4.9.155",
"schema-utils": "^4.0.0",
"sortablejs": "^1.15.0",
"webpack": "^5.76.2",
"yargs": "^17.7.1",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@hotwired/stimulus": "^3.2.1",
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/webpack-encore": "^4.3.0",
"core-js": "^3.31.0",
"file-loader": "^6.0.0",
"json5": "^2.2.3",
"loader-utils": "^3.2.1",
"sass": "^1.63.5",
"sass-loader": "^13.0.0",
"webpack-cli": "^5.1.4",
"webpack-notifier": "^1.15.0"
},
"scripts": {
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production",
"postinstall": "rm -fr ./public/vendor && mkdir -p ./public/vendor/moment && cp -R ./node_modules/moment ./public/vendor/moment && cp -R ./node_modules/@bevacqua ./public/vendor/bevacqua"
}
}