-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 786 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 786 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
{
"name": "pyscript-rough-work",
"version": "1.0.0",
"description": "It's a practice repo for py-script(i.e, python in html).",
"main": "main.js",
"homepage": "http://actionanand.github.io/pyscript-rough-work",
"scripts": {
"serve": "webpack serve --mode=development",
"build": "webpack --mode=production",
"predeploy": "yarn run build",
"deploy": "gh-pages -d public"
},
"repository": "https://github.com/actionanand/pyscript-rough-work.git",
"author": "Anand Raja",
"license": "MIT",
"keywords": [],
"dependencies": {
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"webpack-dev-server": "^4.10.1"
}
}