-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 962 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": "battle-saga-frontend-lt",
"version": "1.0.0",
"description": "taboo webpack plugins",
"main": "index.js",
"repository": "git@github.com:tkdn/battle-saga-frontend-lt.git",
"author": "Satoshi Takeda <tkdnation@gmail.com>",
"license": "MIT",
"scripts": {
"build:dev": "NODE_ENV=development webpack",
"build:prod": "NODE_ENV=production webpack",
"build:test": "NODE_ENV=test webpack"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"@types/sinon": "^7.0.13",
"@types/webpack": "^4.39.1",
"babel-loader": "^8.0.6",
"es3-safe-recast": "^3.0.0",
"sinon": "^7.4.1",
"terser-webpack-plugin": "^1.4.1",
"webpack": "^5.94.0",
"webpack-cli": "^3.3.7"
},
"dependencies": {
"core-js": "3"
}
}