-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.46 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "noob-ui",
"version": "2.2.0",
"description": "Framework noob__ui",
"main": "app.js",
"repository": "git+https://github.com/ViralLka/noob-ui.git",
"keywords": [
"framework",
"webpack",
"babel",
"pug",
"scss",
"js"
],
"author": "ViralLka",
"license": "ISC",
"bugs": {
"url": "https://github.com/ViralLka/noob-ui/issues"
},
"homepage": "https://github.com/ViralLka/noob-ui#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && webpack --config webpack/webpack.config.cjs --env NODE_ENV=production --mode=production --progress",
"dev": "webpack-dev-server --config webpack/webpack.config.cjs --env NODE_ENV=development --mode=development --progress",
"deploy": "node deploy"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "7.24.3",
"autoprefixer": "^10.4.19",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.1",
"file-loader": "^6.2.0",
"ftp-deploy": "^2.4.7",
"glob": "^10.3.10",
"html-webpack-plugin": "^5.6.0",
"image-minimizer-webpack-plugin": "^4.0.0",
"imagemin": "^8.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^10.0.1",
"mini-css-extract-plugin": "^2.8.1",
"node-sass-glob-importer": "^5.3.3",
"npm-check-updates": "^16.14.18",
"pug": "^2.0.0",
"pug-html-loader": "^1.1.5",
"pug-loader": "^2.4.0",
"purgecss-webpack-plugin": "^5.0.0",
"rimraf": "^5.0.5",
"sass-loader": "^14.1.1",
"style-loader": "^3.3.4",
"svg-spritemap-webpack-plugin": "^4.5.0",
"terser-webpack-plugin": "^5.3.10",
"url-loader": "^4.1.1",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-notifier": "^1.15.0"
},
"dependencies": {
"ajv": "^8.12.0",
"aos": "^2.3.4",
"browser-detect": "^0.2.28",
"gsap": "^3.12.5",
"jbox": "^1.3.3",
"jquery": "^3.7.1",
"normalize.css": "^8.0.1",
"rellax": "^1.12.1",
"sass": "^1.72.0",
"scrollmagic": "^2.0.8",
"select2": "^4.0.13",
"swiper": "^11.0.7",
"velocity-animate": "^1.5.2"
}
}