-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.88 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.88 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
{
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@hotwired/stimulus": "^3.0.0",
"@hotwired/turbo": "^7.0.1",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets",
"@symfony/ux-cropperjs": "file:vendor/symfony/ux-cropperjs/assets",
"@symfony/ux-live-component": "file:vendor/symfony/ux-live-component/assets",
"@symfony/ux-turbo": "file:vendor/symfony/ux-turbo/assets",
"@symfony/webpack-encore": "^4.0.0",
"core-js": "^3.23.0",
"cropperjs": "^1.6.2",
"regenerator-runtime": "^0.13.9",
"sass": "^1.64.2",
"sass-loader": "^13.0.0",
"stimulus": "^2.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@babel/preset-react": "^7.26.3",
"@rdkit/rdkit": "^2025.3.3-1.0.0",
"@scanapp/html5-qrcode": "^0.0.9",
"bootstrap": "^5.3.0",
"bootswatch": "^5.3.1",
"ckeditor4": "^4.22.1 && < 4.23",
"clipboard": "^2.0.11",
"d3": "^7.6.1",
"d3-collection": "^1.0.7",
"elementary-circuits-directed-graph": "^1.3.1",
"file-loader": "^6.0.0",
"jquery": "^3.7.0",
"jquery.fancytable": "^1.0.34",
"openchemlib": "^9.3.0",
"papaparse": "^5.4.1",
"plotly.js-dist": "^3.0.0",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"smiles-drawer": "2.0.0",
"tom-select": "^2.2.2",
"update-browserslist-db": "^1.1.2"
}
}