-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.26 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
{
"name": "food-list",
"description": "當季蔬果一覽",
"version": "0.0.1",
"license": "MIT",
"author": "Knovour",
"repository": {
"type": "git",
"url": "https://github.com/Knovour/food.git"
},
"scripts": {
"start": "webpack-dev-server --port 7999 --history-api-fallback --hot --inline --content-base src/",
"build": "webpack",
"watch": "webpack --watch"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.0",
"cssnano": "^4.1.10",
"elm": "^0.19.1-3",
"elm-format": "^0.8.2",
"elm-hot-webpack-loader": "^1.1.6",
"elm-upgrade": "^0.19.7",
"elm-webpack-loader": "^6.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nippon-color": "^0.0.2",
"postcss-size": "^3.0.0",
"rimraf": "^3.0.0",
"rucksack-css": "^1.0.2",
"style-loader": "^1.1.1",
"terser-webpack-plugin": "^2.3.1",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"dependencies": {}
}