-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.38 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
{
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.16.0",
"@fortawesome/fontawesome-free": "^6.5.2",
"@hotwired/stimulus": "^3.0",
"@popperjs/core": "^2.9.2",
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/webpack-encore": "^4.6.1",
"bootstrap": "^5.2.3",
"core-js": "^3.23.0",
"dropzone": "^5.9.2",
"fantasticon": "^3.0.0",
"file-loader": "^6.0.0",
"json-loader": "^0.5.7",
"posthog-js": "^1.12.1",
"regenerator-runtime": "^0.14.1",
"sass": "^1.35.2",
"sass-loader": "^14.1.1",
"stimulus": "^3.2.2",
"swagger-ui": "^5.13.0",
"tabulator-tables": "^4.9.3",
"tom-select": "^2.2.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0",
"yaml-loader": "^0.8.1"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"icons": "mkdir -p assets/icons/dist/; fantasticon -c assets/icons/fantasticonrc.js"
},
"dependencies": {
"@internetarchive/bookreader": "^5.0.0-57",
"chart.js": "^4.3.0"
}
}