-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "newsapp",
"version": "1.0.0",
"description": "https://nikkov17.github.io/NewsApp/",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development",
"prod": "webpack --mode production",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nikkov17/NewsApp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nikkov17/NewsApp/issues"
},
"homepage": "https://github.com/Nikkov17/NewsApp#readme",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"babel-loader": "^8.0.4",
"babel-plugin-syntax-async-functions": "^6.1.4",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.1.4",
"css-loader": "^1.0.1",
"file-loader": "^2.0.0",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"babel-polyfill": "^6.26.0",
"whatwg-fetch": "^2.0.3"
}
}