-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.55 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
56
57
58
59
{
"name": "loona-intro-generator",
"version": "0.0.1",
"description": "Create your own animated intro sequence based on the LOONA music videos.",
"keywords": [
"loona",
"loonatheworld",
"LOOΠΔ",
"ㅇㄷㅇㅅㄴ",
"girl of the month",
"이달의 소녀",
"animated",
"svg",
"css",
"intro",
"introduction",
"animation",
"generator"
],
"homepage": "https://github.com/michaelbull/loona-intro-generator#readme",
"bugs": {
"url": "https://github.com/michaelbull/loona-intro-generator/issues"
},
"license": "ISC",
"author": {
"name": "Michael Bull",
"url": "https://www.michael-bull.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelbull/loona-intro-generator.git"
},
"scripts": {
"start": "webpack serve --config webpack.dev.js --inline --hot",
"build": "webpack --config webpack.prod.js",
"predeploy": "npm run build",
"deploy": "push-dir --dir=dist --branch=gh-pages"
},
"devDependencies": {
"css-loader": "5.2.6",
"cssnano": "5.0.6",
"cssnano-preset-advanced": "5.1.3",
"favicons": "6.2.2",
"favicons-webpack-plugin": "5.0.2",
"html-webpack-plugin": "5.3.1",
"mini-css-extract-plugin": "1.6.0",
"postcss-loader": "6.1.0",
"push-dir": "0.4.1",
"sass": "1.34.1",
"sass-loader": "12.1.0",
"style-loader": "2.0.0",
"ts-loader": "9.2.3",
"typescript": "4.3.2",
"webpack": "5.38.1",
"webpack-cli": "4.7.2",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.8.0"
}
}