forked from IvanWoo/subjpop.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 964 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 964 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
{
"name": "subjpop.github.io",
"version": "1.0.0",
"description": "## How-to use",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch --mode development --output ./js/main.js",
"dev": "webpack --mode development --output ./js/main.js",
"build": "webpack --mode production --output ./js/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IvanWoo/subjpop.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IvanWoo/subjpop.github.io/issues"
},
"homepage": "https://github.com/IvanWoo/subjpop.github.io#readme",
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"babel-loader": "^8.2.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"chaffle": "^2.1.0",
"lazysizes": "^5.3.2"
}
}