-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.57 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "lemonade",
"version": "1.0.0",
"description": "Lemonade Game",
"main": "index.html",
"scripts": {
"test": "node ./rmDir.js && webpack --env=prod --profile",
"dev": "webpack-dev-server --host localhost --port 8080 --env=dev --inline --hot --profile --open",
"hotDebug": "webpack-dev-server --host localhost --port 8080 --env=dev --inline --hot --profile",
"debug": "webpack-dev-server --host localhost --port 8080 --env=dev --profile",
"net2": "webpack-dev-server --host 192.168.0.130 --port 80 --env=dev --profile --open",
"watch": "webpack --progress --colors --env=dev --profile --watch",
"exportp": "node ./rmDir.js && webpack --env=prod --profile --progress",
"rm": "node ./rmDir.js",
"clean": "node ./clean.js && npm i -D && npm up -D"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xtreemze/Lemonade.git"
},
"author": "Carlos Velasco",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/xtreemze/Lemonade/issues"
},
"homepage": "https://github.com/xtreemze/Lemonade#readme",
"browserslist": [
"> 1%",
"last 2 versions"
],
"dependencies": {},
"devDependencies": {
"@mdi/font": "^2.0.46",
"autoprefixer": "^8.6.4",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-airbnb": "^2.5.1",
"babel-preset-env": "^1.7.0",
"browserslist": "^4.0.0",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"cssnano-preset-advanced": "^4.0.0-rc.2",
"eslint": "^5.0.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-prettier": "^2.6.1",
"extract-loader": "^2.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-minifier-webpack-plugin": "^1.1.1",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^3.6.0",
"jquery": "^3.3.1",
"materialize-css": "^0.100.2",
"mdi": "^2.0.46",
"offline-plugin": "^5.0.5",
"postcss": "^6.0.23",
"postcss-loader": "^2.1.5",
"postcss-scss": "^1.0.6",
"postcss-uncss": "^0.16.1",
"precss": "^3.1.2",
"prettier": "^1.13.7",
"rimraf": "^2.6.2",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.0.1",
"uncss": "^0.16.2",
"url-loader": "^1.0.1",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.2"
}
}