-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 807 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "bushava-azbuka",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "sass --load-path=node_modules --no-source-map --style=compressed assets/scss/main.scss assets/main.css && rm assets/main.css.map",
"watch": "sass --load-path=node_modules --watch assets/scss/main.scss assets/main.css",
"copy-js": "cp node_modules/jquery/dist/jquery.min.js node_modules/@popperjs/core/dist/umd/popper.min.js node_modules/bootstrap/dist/js/bootstrap.min.js assets/js",
"preinstall": "npx npm-force-resolutions",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Goce Mitevski",
"license": "ISC",
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"jquery": "^3.7.1",
"sass": "^1.93.2"
}
}