-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 954 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": "exercise20",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --open --mode=development",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nike2406/Exercise20.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nike2406/Exercise20/issues"
},
"homepage": "https://github.com/Nike2406/Exercise20#readme",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"babel-loader": "^8.0.6",
"path": "^0.12.7",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
},
"dependencies": {
"@babel/polyfill": "^7.6.0",
"element-closest": "^3.0.1",
"es6-promise": "^4.2.8",
"fetch-polyfill": "^0.8.2",
"formdata-polyfill": "^3.0.19",
"nodelist-foreach-polyfill": "^1.2.0"
}
}