-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 858 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
{
"name": "errorsandbox",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/naoto-ota/errorsandbox.git",
"author": "naoto-ota <naoto.ota1@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server",
"build": "NODE_ENV=production webpack",
"type-check": "tsc"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@types/webpack-dev-server": "^3.10.1",
"@types/webpack-merge": "^4.1.5",
"babel-loader": "^8.1.0",
"core-js": "^3.6.4",
"html-webpack-plugin": "^4.0.4",
"prettier": "^2.0.2",
"ts-node": "^8.8.1",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2"
}
}