-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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",
"version": "1.0.0",
"description": "https://monsara.github.io/food/dist",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"browserslist": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 ios versions"
],
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"autoprefixer": "^9.7.1",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.13",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"json-server": "^0.16.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"core-js": "^3.8.2",
"es6-promise": "^4.2.8",
"promise-polyfill": "8.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monsara/food.git"
},
"bugs": {
"url": "https://github.com/monsara/food/issues"
},
"homepage": "https://github.com/monsara/food#readme"
}