generated from kadoshita/html5-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 811 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": "kisei-online",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"scripts": {
"build": "webpack --config webpack.config.js --mode=production",
"dev": "webpack-dev-server --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kadoshita/kisei-online.git"
},
"author": "",
"license": "MIT",
"devDependencies": {
"css-loader": "^3.5.3",
"dotenv-webpack": "^6.0.0",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@open-ayame/ayame-web-sdk": "^2020.3.0",
"bootstrap": "^4.5.3",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"sweetalert2": "^10.12.7"
}
}