-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.69 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.69 KB
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
48
49
50
51
52
53
54
55
56
57
{
"name": "@divlook/ticketing-timer",
"version": "2.0.0",
"description": "티켓팅(KTX, SRT, 기타)을 위한 크롬 확장 앱입니다.",
"keywords": [
"ticketing",
"timer",
"chrome"
],
"author": "uihyeon.cha <uihyeon@gmail.com>",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/divlook/ticketing-timer.git"
},
"bugs": {
"url": "https://github.com/divlook/ticketing-timer/issues"
},
"homepage": "https://github.com/divlook/ticketing-timer#readme",
"license": "MIT",
"scripts": {
"dev": "webpack serve --mode development",
"build": "webpack --mode production",
"build.github": "yarn build --env output-path=dist",
"build.chrome": "yarn build --env env-mode=chrome",
"start": "npx serve -l 9000 build"
},
"devDependencies": {
"@babel/core": "^7.11.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@types/chrome": "^0.0.283",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.1.0",
"core-js": "3",
"css-loader": "^4.2.2",
"ejs-loader": "^0.5.0",
"highlight.js": "^10.4.1",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^0.11.0",
"moment": "^2.27.0",
"moment-locales-webpack-plugin": "^1.2.0",
"postcss-loader": "^3.0.0",
"postcss-scss": "^2.1.1",
"postcss-strip-inline-comments": "^0.1.5",
"sass": "^1.26.10",
"sass-loader": "^10.0.2",
"style-loader": "^1.2.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"worker-loader": "^3.0.2"
}
}