-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.28 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "yul_dc_management",
"private": true,
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.22.10",
"@babel/plugin-transform-regenerator": "^7.22.10",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/traverse": "7.23.2",
"@fortawesome/fontawesome-free": "^6.4.0",
"@rails/actioncable": "^7.0.7",
"@rails/activestorage": "^7.0.7",
"@rails/ujs": "^7.0.7",
"@rails/webpacker": "5.4.4",
"@yalelibrary/yul-dc-structure-editor": "^0.1.1",
"ansi-html": "^0.0.8",
"ansi-regex": "5.0.1",
"autoprefixer": "^10.2.5",
"babel-loader": "^9.1.3",
"bootstrap": "4.3.1",
"css-loader": "^6.8.1",
"datatables.net": "~1.11.3",
"datatables.net-bs4": "~1.10.22",
"datatables.net-buttons": "~1.6.4",
"datatables.net-buttons-bs4": "~1.6.4",
"datatables.net-responsive": "~2.2.6",
"datatables.net-responsive-bs4": "~2.2.6",
"datatables.net-select": "~1.3.1",
"datatables.net-select-bs4": "~1.3.1",
"follow-redirects": "1.15.6",
"glob-parent": "^5.1.2",
"imports-loader": "^1.1.0",
"jquery": "^3.5.1",
"jszip": "^3.8.0",
"node-forge": "1.3.0",
"normalize-url": "^6.0.1",
"nth-check": "2.0.1",
"popper.js": "^1.16.1",
"postcss": "8.4.31",
"semver": "7.5.2",
"set-value": "^4.0.1",
"ssri": "^8.0.1",
"style-loader": "^3.3.3",
"tailwindcss": "^2.1.2",
"turbolinks": "^5.2.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "5.3.4",
"webpack-dev-server": "^4.15.1",
"ws": "^6.2.3"
},
"version": "0.1.0",
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
},
"scripts": {
"preinstall": "rm -rf ./public/structure-editor/*",
"postinstall": "yarn run structure-editor-install",
"structure-editor-install": "cp -r ./node_modules/@yalelibrary/yul-dc-structure-editor/build/* ./public/structure-editor"
}
}