-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.18 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.18 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
{
"name": "phpmysqli-examples",
"version": "2026.03.02",
"description": "PHP MySQLi Examples Website",
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@popperjs/core": "2.11.8",
"bootstrap": "^5.3.8"
},
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.0",
"babel-loader": "10.1.1",
"css-loader": "7.1.4",
"clipboard": "^2.0.11",
"html-webpack-plugin": "5.6.6",
"sass": "1.98.0",
"sass-loader": "^16.0.7",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "5.4.0",
"webpack": "^5.105.4",
"webpack-cli": "^7.0.0",
"webpack-dev-server": "^5.2.3"
},
"scripts": {
"build": "webpack -w",
"start": "webpack serve",
"type": "module"
},
"repository": "https://github.com/JamesVanWaza/masomobana.git",
"bugs": {
"url": "https://github.com/JamesVanWaza/masomobana/issues",
"email": "info@dosbranding.com"
},
"author": "JamesVanWaza <info@dosbranding.com>",
"license": "MIT",
"private": true
}