-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.94 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "board-app",
"version": "1.0.1",
"description": "небольшое приложение - доска объявлений.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --env.mode development --config ./webpack/config.js",
"build": "webpack --env.mode production --config ./webpack/config.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": "https://github.com/StepanovTV/board-app.git",
"keywords": [],
"author": "taras [email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/StepanovTV/board-app/issues"
},
"homepage": "https://stepanovtv.github.io/board-app/",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"autoprefixer": "^9.6.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-prettier": "^3.1.0",
"file-loader": "^4.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"gh-pages": "^2.0.1",
"handlebars-loader": "^1.7.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"img-loader": "^3.0.1",
"mini-css-extract-plugin": "^0.7.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"prettier": "^1.17.1",
"style-loader": "^0.23.1",
"url-loader": "^2.0.1",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
"webpackbar": "^3.2.0"
},
"dependencies": {
"axios": "^0.19.0",
"basiclightbox": "^5.0.2",
"core-js": "^3.1.4",
"handlebars": "^4.1.2",
"infinite-scroll": "^3.0.6",
"material-design-icons": "^3.0.1",
"pnotify": "^4.0.0"
}
}