-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.88 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
62
63
64
{
"name": "FSD-Pug-Webpack-Git",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=development webpack-dev-server --mode development",
"build": "cross-env NODE_ENV=production webpack --mode production",
"deploy": "npm run build && gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"homepage": "https://ruslauz.github.io/FSD-Toxin/",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-private-methods": "^7.10.4",
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.10.3",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.2",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"favicons-webpack-plugin": "^4.2.0",
"file-loader": "^6.0.0",
"find": "^0.3.0",
"gh-pages": "^5.0.0",
"html-webpack-plugin": "^4.3.0",
"i": "^0.3.6",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"npm": "^6.14.5",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"pug": "^3.0.0",
"pug-loader": "^2.4.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-webpack-plugin": "^2.4.2",
"jquery": "^3.5.1",
"jquery.maskedinput": "^1.4.1",
"material-design-icons": "^3.0.1",
"nouislider": "^14.6.0",
"swiper": "^6.5.1"
},
"browserslist": [
"> 1%",
"last 10 version"
]
}