-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.01 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
{
"name": "no-tranquil",
"version": "1.0.0",
"description": "",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"bootstrap": "^5.3.2",
"jquery": "^3.7.1",
"jquery-migrate": "^3.4.1",
"swiper": "^11.0.5",
"tippy.js": "^6.3.7",
"vanilla-lazyload": "^17.8.5"
},
"scripts": {
"test": "jest",
"sass": "sass --no-source-map --stop-on-error --no-error-css --style=compressed --charset --load-path=node_modules assets/scss/_index.scss:style.css",
"sass-watch": "sass --no-source-map --no-error-css --style=compressed --charset --load-path=node_modules assets/scss/_index.scss:style.css --watch",
"webpack": "webpack --mode production --config webpack.config.js",
"webpack-watch": "webpack --mode production --env watch --config webpack.config.js"
},
"author": "Nat Okpe",
"license": "ISC",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"file-loader": "^6.2.0",
"jest": "^29.7.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}