forked from dynamicweb/Swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.76 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
{
"name": "dynamicweb-swift",
"version": "1.23.0",
"description": "Dynamicweb Swift is a plug-and-play standard solution which allows you to create beautiful mobile-friendly websites",
"private": true,
"scripts": {
"build:webpack": "webpack --progress --node-env production && npm run copy",
"watch:webpack": "npm run copy && webpack --watch --node-env development",
"copy": "copy-files-from-to --when-file-exists overwrite",
"start": "npm-run-all --parallel watch:*"
},
"author": "Dynamicweb Software",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"autoprefixer": "^10.1.0",
"babel-loader": "^8.1.0",
"copy-files-from-to": "^3.2.2",
"css-loader": "^4.3.0",
"cssnano": "^5.0.8",
"htmx.org": "^1.8.4",
"ignore-emit-webpack-plugin": "^1.0.2",
"mini-css-extract-plugin": "^1.6.0",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss": "^8.2.1",
"postcss-loader": "^4.1.0",
"sass": "^1.34.1",
"sass-loader": "^10.1.0",
"serialize-javascript": "^5.0.1",
"style-loader": "^2.0.0",
"stylelint": "^13.8.0",
"stylelint-scss": "^3.19.0",
"stylelint-webpack-plugin": "^2.1.1",
"terser-webpack-plugin": "^4.2.3",
"url-loader": "^4.1.1",
"webpack": "^4.46.0",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"@popperjs/core": "^2.10.2",
"aos": "^3.0.0-beta.6",
"bootstrap": "5.1.3",
"flatpickr": "^4.6.9",
"plyr": "~3.6.8",
"swiffy-slider": "^1.5.3"
},
"browserslist": [
"last 2 versions"
]
}