-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
42
43
44
45
46
47
{
"name": "hayauchi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "webpack serve --progress",
"build": "webpack --env production --progress",
"deploy": "rm -rf dist && webpack --env production --progress && netlify deploy --prod -d dist"
},
"dependencies": {
"@types/bad-words": "^3.0.0",
"@types/hepburn": "^1.2.0",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.169",
"@types/wanakana": "^4.0.2",
"bad-words": "^3.0.4",
"bootstrap": "^5.0.1",
"bootswatch": "^5.0.1",
"copy-webpack-plugin": "^9.0.0",
"core-js": "^3.6.5",
"csv-loader": "^3.0.3",
"firebase": "^9.0.0-beta.2",
"hepburn": "^1.2.0",
"jest": "^27.0.4",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.6.0",
"peerjs": "^1.3.2",
"pixi.js": "^6.0.4",
"sass": "^1.34.1",
"sass-loader": "10.1.1",
"ts-jest": "^27.0.2",
"ts-loader": "^9.2.3",
"tslib": "^2.2.0",
"vue": "^2.6.14",
"vue-class-component": "^7.2.3",
"vue-loader": "^15.9.7",
"vue-property-decorator": "^9.1.2",
"vue-template-compiler": "^2.6.14",
"wanakana": "^4.0.2",
"webpack": "^5.38.1"
},
"devDependencies": {
"typescript": "~4.1.5",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}