-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.61 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
47
48
49
50
51
52
53
54
55
{
"name": "gradient-generator",
"version": "1.0.0",
"description": "🎨 손쉽게 그라데이션을 생성해주는 생성기입니다.",
"repository": {
"type": "git",
"url": "git+https://github.com/Hong-JunHyeok/Gradient-generator.git"
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"dev": "webpack serve --open --config webpack.dev.js",
"deploy": "gh-pages -d dist"
},
"author": "Hong-JunHyeok",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hong-JunHyeok/Gradient-generator/issues"
},
"homepage": "https://Hong-JunHyeok.github.io/Gradient-generator",
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.5",
"dom-to-image": "^2.6.0",
"express": "^4.17.2",
"handlebars": "^4.7.7",
"highlight.js": "^11.4.0",
"lodash": "^4.17.21",
"webpack": "^5.67.0"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@types/dom-to-image": "^2.6.4",
"@types/lodash": "^4.14.182",
"@types/morgan": "^1.9.3",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^7.0.0",
"css-loader": "^6.5.1",
"dotenv": "^14.3.2",
"fs": "^0.0.1-security",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.5.3",
"morgan": "^1.10.0",
"nodemon": "^2.0.15",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": ">=3.0.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.3",
"webpack-merge": "^5.8.0"
}
}