-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·57 lines (57 loc) · 1.68 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
{
"name": "webpack-starter-kit",
"version": "1.1.0",
"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": {
"type": "git",
"url": "git+https://github.com/b-ovsepian/logo-store"
},
"keywords": [],
"author": "Bagdasar Ovsepyan <bagdasar@ovsepyan.com.ua>",
"license": "MIT",
"bugs": {
"url": "https://github.com/b-ovsepian/logo-store/issues"
},
"homepage": "https://b-ovsepian.github.io/logo-store/",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.3.0",
"file-loader": "^6.1.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"gh-pages": "^3.1.0",
"handlebars-loader": "^1.7.1",
"html-loader": "^1.3.1",
"html-webpack-plugin": "^4.5.0",
"img-loader": "^3.0.2",
"mini-css-extract-plugin": "^0.11.2",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^4.0.2",
"sass-loader": "^10.0.2",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.4",
"webpackbar": "^4.0.0"
},
"dependencies": {
"axios": "^0.20.0",
"core-js": "^3.6.5",
"handlebars": "^4.7.6",
"lodash.debounce": "^4.0.8"
}
}