-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "hwanseheedam",
"version": "1.0.0",
"description": "play hwanseheedam in web",
"main": "src/index.ts",
"scripts": {
"postinstall": "mkdir -p ./src/js-dos && cp -r ./node_modules/js-dos/dist/* ./src/js-dos",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"serve": "webpack serve"
},
"author": "shubidumdu",
"license": "MIT",
"dependencies": {
"emulators": "^0.73.8",
"emulators-ui": "^0.73.9",
"js-dos": "^7.5.0",
"url": "^0.11.0"
},
"devDependencies": {
"@webpack-cli/generators": "^3.0.4",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.1",
"mini-css-extract-plugin": "^2.7.5",
"postcss": "^8.4.23",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.2",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0",
"workbox-webpack-plugin": "^6.5.4"
}
}