forked from amphineko/atomicneko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "amphineko",
"version": "0.0.1",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/amphineko/amphineko.git"
},
"author": "amphineko <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/amphineko/amphineko/issues"
},
"homepage": "https://futa.moe/amphineko/",
"scripts": {
"build": "webpack -p",
"start": "webpack-dev-server -d"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"extract-loader": "^3.1.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"resolve-url-loader": "^3.1.1",
"style-loader": "^1.1.3",
"unsemantic": "^1.2.3",
"url-loader": "^3.0.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"http-parser-js": "^0.5.8"
}
}