-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.9 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
{
"private": true,
"type": "commonjs",
"scripts": {
"dev": "mix",
"build": "mix",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production",
"production": "mix --production"
},
"devDependencies": {
"@babel/preset-env": "^7.23.9",
"@popperjs/core": "^2.11.6",
"autoprefixer": "^10.4.17",
"axios": "^1.6.4",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"glob": "^10.3.10",
"laravel-mix": "^6.0.49",
"laravel-vite-plugin": "^1.0.0",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.56.1",
"sass-loader": "^12.6.0"
},
"name": "oslibrary",
"description": "OS Library is a web application developed for Ohr Somayach/Tannenbaum College in Jerusalem, Israel. This application is designed to facilitate the management of Seforim (books) within the Yeshiva and its surroundings, providing an efficient and user-friendly platform for tracking, cataloging, and accessing books.",
"version": "2.0.0",
"main": "webpack.config.cjs",
"directories": {
"test": "tests"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-transform-object-rest-spread": "^7.23.4",
"ag-grid-community": "^31.1.1",
"backbone": "^1.6.0",
"chokidar": "^3.6.0",
"ckeditor4": "^4.24.0",
"fomantic-ui": "^2.9.3",
"fsevents": "^2.3.3",
"jquery": "^3.7.1",
"postcss-cli": "^11.0.0",
"source-map-resolve": "^0.6.0",
"source-map-url": "^0.4.1",
"underscore": "^1.13.6"
}
}