-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 872 Bytes
/
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
{
"name": "food",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Romari014/Food_SPA.git"
},
"author": "Roman",
"license": "ISC",
"browserslist": [
"> 1%"
],
"bugs": {
"url": "https://github.com/Romari014/Food_SPA/issues"
},
"homepage": "https://github.com/Romari014/Food_SPA#readme",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.2.2",
"core-js": "^3.16.1",
"json-server": "^0.16.3",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"es6-promise": "^4.2.8",
"nodelist-foreach-polyfill": "^1.2.0",
"webpack": "^5.50.0"
}
}