-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.39 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
{
"name": "mishiro-score-viewer",
"version": "1.0.0",
"description": "mishiro-score-viewer",
"main": "./src/index.ts",
"scripts": {
"start": "cross-env NODE_ENV=development ts-node -P ./script/tsconfig.json ./script/webpack.ts",
"prod": "cross-env NODE_ENV=production ts-node -P ./script/tsconfig.json ./script/webpack.ts"
},
"keywords": [
"vue",
"typescript"
],
"author": "toyobayashi",
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^5.0.4",
"@types/html-webpack-plugin": "^3.2.0",
"@types/mini-css-extract-plugin": "^0.2.0",
"@types/node": "^10.12.9",
"@types/optimize-css-assets-webpack-plugin": "^1.3.3",
"@types/uglifyjs-webpack-plugin": "^1.1.0",
"@types/webpack": "^4.4.19",
"@types/webpack-dev-server": "^3.1.1",
"cross-env": "^5.2.0",
"css-loader": "^1.0.1",
"file-loader": "^3.0.1",
"fork-ts-checker-webpack-plugin": "^0.4.15",
"fs-extra": "^7.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.4",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.1.6",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.25.1",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"axios": "^0.18.0"
}
}