-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 927 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 927 Bytes
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
{
"name": "cdk.github.io",
"version": "1.1.0",
"description": "",
"main": "bundle.js",
"scripts": {
"dev": "webpack",
"production": "cross-env NODE_ENV=production webpack",
"watch": "npm run dev -- --watch"
},
"keywords": [],
"author": "cs76",
"license": "",
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"babel-loader": "^9.2.1",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"sass": "^1.84.0",
"style-loader": "^4.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"bootstrap": "^5.3.3",
"font-awesome": "^4.7.0",
"nan": "^2.22.0",
"popper.js": "^1.16.1"
}
}