-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 KB
/
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
33
34
35
36
37
38
39
40
41
{
"name": "tmpl.webapp_client",
"version": "1.1.3",
"description": "template for webapp client with syncsocketio.",
"main": "index.js",
"scripts": {
"build-debug": "webpack --mode development",
"build-prod": "webpack --mode production"
},
"license": "MIT",
"homepage": "https://github.com/codianz/templ.webapp_client",
"repository": {
"type": "git",
"url": "git://github.com/codianz/templ.webapp_client.git"
},
"bugs": {
"url": "https://github.com/codianz/templ.webapp_client/issues"
},
"author": "terukazu.inoue@codianz.com",
"devDependencies": {
"@types/bootstrap": "^4.5.0",
"@types/jquery": "^3.3.38",
"@types/socket.io-client": "^1.4.33",
"bootstrap": "^4.5.0",
"css-loader": "^3.5.3",
"fibers": "^4.0.3",
"jquery": "^3.5.1",
"node-sass": "^4.14.1",
"popper.js": "^1.16.1",
"rxjs": "^6.5.5",
"sass": "^1.26.8",
"sass-loader": "^8.0.2",
"socket.io-client": "^2.3.0",
"style-loader": "^1.2.1",
"syncsocketio": "^1.0.5",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}