-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.32 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
{
"name": "template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "http://d-malashin.github.io/repoman",
"scripts": {
"start": "webpack serve --config ./build/webpack.config.js --watch-files ./",
"build": "cross-env NODE_ENV=production webpack --config ./build/webpack.config.js --mode=production",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gh-pages -d dist"
},
"author": "Denis Malashin",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.8",
"autoprefixer": "^10.4.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.4",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"cssnano": "^5.1.5",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^5.5.0",
"image-webpack-loader": "^8.1.0",
"mini-css-extract-plugin": "^2.6.0",
"node-sass": "^7.0.1",
"postcss-loader": "^6.2.1",
"sass-loader": "^12.6.0",
"url-loader": "^4.1.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"@glidejs/glide": "^3.5.2",
"dotenv": "^16.0.0",
"smoothscroll-polyfill": "^0.4.4"
}
}