-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.84 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
{
"name": "vtemplate-static-website",
"private": true,
"version": "0.0.1",
"scripts": {
"start": "webpack serve --config ./bundler/webpack.dev.js",
"compile": "webpack --watch --config ./bundler/webpack.dev.js",
"build": "webpack --config ./bundler/webpack.prod.js",
"postinstall": "husky install"
},
"authors": "Vars&Numbers",
"browserslist": [
"defaults",
"> 1%",
"last 2 versions",
"last 3 iOS versions",
"iOS 7",
"IE 10"
],
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"autoprefixer": "^10.3.7",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.7",
"eslint": "^7.32.0",
"eslint-formatter-pretty": "^4.1.0",
"eslint-plugin-dollar-sign": "^1.0.2",
"eslint-webpack-plugin": "^3.0.1",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"handlebars": "^4.7.7",
"handlebars-layouts": "^3.1.4",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^5.4.0",
"htmlhint": "^0.14.2",
"husky": "^5.2.0",
"mini-css-extract-plugin": "^1.6.2",
"portfinder-sync": "0.0.2",
"postcss": "^8.3.11",
"postcss-loader": "^4.3.0",
"postcss-normalize": "^9.0.0",
"sass": "^1.43.3",
"sass-loader": "^10.2.0",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
"stylelint-config-sass-guidelines": "^7.1.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-webpack-plugin": "^2.2.2",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {}
}