forked from Happy2018new/user.fastbuilder.pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 844 Bytes
/
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
{
"name": "webpages",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://user.fastbuilder.pro",
"bin": {
"webpages": "bin/app.js"
},
"scripts": {
"build": "webpack build --config src/webpack.config.js -o ./bin --no-devtool --mode production",
"start": "webpack build --config src/webpack.config.js -o ./bin --no-devtool --mode development --watch",
"predeploy": "npm run build",
"deploy": "gh-pages -d bin -f"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@stripe/stripe-js": "^1.46.0",
"bootstrap": "^5.1.3",
"copy-webpack-plugin": "^11.0.0",
"crypto-js": "^4.1.1",
"jquery": "^3.6.0",
"mithril": "^2.0.4"
},
"devDependencies": {
"gh-pages": "^5.0.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
}
}