-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1017 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
38
{
"name": "10__media",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"lint": "eslint .",
"start": "webpack-dev-server",
"build": "webpack --mode production",
"serv": "static build"
},
"repository": "https://github.com/Evgeniy-Varlamov/ahj9__10__Media.git",
"author": "Evgeniy-Varlamov",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"babel-jest": "^26.0.1",
"babel-loader": "^8.1.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.21.1",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"jest": "^26.0.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"core-js": "^3.6.5",
"css-loader": "^3.5.3",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"regexp": "^1.0.0"
}
}