@saasira/holi 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
package/package.json ADDED
@@ -0,0 +1,36 @@
1
+ {
2
+ "name": "@saasira/holi",
3
+ "version": "0.1.3",
4
+ "description": "Modern UI Components Library with i18n, themes, PWA, SW",
5
+ "main": "dist/holi.js",
6
+ "unpkg": "dist/holi.js",
7
+ "jsdelivr": "dist/holi.js",
8
+ "style": "dist/holi.css",
9
+ "files": [
10
+ "dist",
11
+ "README.md",
12
+ "CHANGELOG.md"
13
+ ],
14
+ "scripts": {
15
+ "build": "webpack --config webpack.config.js --mode=production && node scripts/build-examples.cjs",
16
+ "build:dev": "webpack --config webpack.config.js --mode=development && node scripts/build-examples.cjs",
17
+ "build:examples": "node scripts/build-examples.cjs",
18
+ "serve": "npm run build:examples && webpack serve --config webpack.config.js --mode=development --static public",
19
+ "smoke:examples": "node scripts/smoke-examples.cjs",
20
+ "ci:smoke": "npm run build && npm run smoke:examples"
21
+ },
22
+ "devDependencies": {
23
+ "@babel/preset-env": "^7.29.0",
24
+ "babel-loader": "^9.2.1",
25
+ "copy-webpack-plugin": "^12.0.2",
26
+ "css-loader": "^7.1.2",
27
+ "glob": "^13.0.3",
28
+ "mini-css-extract-plugin": "^2.9.1",
29
+ "webpack": "^5.94.0",
30
+ "webpack-cli": "^6.0.1",
31
+ "webpack-dev-server": "^5.2.3"
32
+ },
33
+ "dependencies": {
34
+ "html-webpack-plugin": "^5.6.6"
35
+ }
36
+ }