-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.1 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.1 KB
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
{
"name": "dynamicweb-swift",
"version": "2.2.0",
"description": "Dynamicweb Swift is a plug-and-play standard solution which allows you to create beautiful mobile-friendly websites",
"private": true,
"type": "module",
"scripts": {
"dev": "cross-env NODE_OPTIONS='--no-deprecation' rollup -c -w",
"build": "cross-env NODE_OPTIONS='--no-deprecation' NODE_ENV=production rollup -c"
},
"author": "Dynamicweb Software A/S",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-eslint": "9.2.0",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-terser": "0.4.4",
"autoprefixer": "10.4.21",
"cross-env": "10.1.0",
"postcss": "^8.4.38",
"rollup": "4.52.5",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-scss": "4.0.1",
"rollup-plugin-stylelint": "1.0.0",
"sass": "^1.74.1",
"stylelint": "^16.3.1",
"stylelint-config-recommended": "^14.0.0",
"stylelint-scss": "^6.2.1"
},
"dependencies": {
"alpinejs": "^3.14.9",
"bootstrap": "5.3.3",
"flatpickr": "^4.6.13",
"htmx.org": "^2.0.5",
"swiffy-slider": "^1.6.0"
}
}