-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
35 lines (35 loc) · 1.08 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
{
"name": "dynamicweb-swift",
"version": "2.0.0-alpha1",
"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.0.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"postcss": "^8.4.38",
"rollup": "^4.14.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-scss": "^4.0.0",
"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": {
"bootstrap": "5.3.3",
"flatpickr": "^4.6.13",
"htmx.org": "^2.0.1",
"swiffy-slider": "^1.6.0"
}
}