29153b4c41
* bind value can sync accross components <profileView + wgProfile + wgControl + wgFilter> * Table select on wgFilter can trigger filtered request to backend * Table select on wgFilter can trigger filtered request to backend * Table select on wgFilter can trigger filtered request to backend * Table select on wgFilter can trigger filtered request to backend
39 lines
1.7 KiB
JSON
39 lines
1.7 KiB
JSON
{
|
|
"name": "notus-svelte",
|
|
"version": "1.1.0",
|
|
"homepage": "https://demos.creative-tim.com/notus-svelte/",
|
|
"description": "Notus Svelte - A free Tailwind CSS and Svelte UI Kit and Admin by Creative Tim.",
|
|
"repository": "https://github.com/creativetimofficial/notus-svelte",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"dev": "rollup -c -w",
|
|
"start": "sirv public -s",
|
|
"build:tailwind": "tailwind build public/assets/styles/index.css -o public/assets/styles/tailwind.css",
|
|
"build:fontawesome": "mkdir -p public/assets/vendor/@fortawesome/fontawesome-free/webfonts && mkdir -p public/assets/vendor/@fortawesome/fontawesome-free/css && cp -a ./node_modules/@fortawesome/fontawesome-free/webfonts public/assets/vendor/@fortawesome/fontawesome-free/ && cp ./node_modules/@fortawesome/fontawesome-free/css/all.min.css public/assets/vendor/@fortawesome/fontawesome-free/css/all.min.css",
|
|
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf public/build && npm install && npm run build:tailwind && npm run build:fontawesome && npm run dev"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "17.1.0",
|
|
"@rollup/plugin-node-resolve": "11.2.0",
|
|
"autoprefixer": "10.2.5",
|
|
"postcss": "8.2.8",
|
|
"rollup": "^2.41.5",
|
|
"rollup-plugin-livereload": "2.0.0",
|
|
"rollup-plugin-svelte": "7.1.0",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"svelte": "3.35.0"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "5.15.3",
|
|
"@popperjs/core": "2.9.1",
|
|
"@rollup/plugin-alias": "3.1.2",
|
|
"@tailwindcss/forms": "0.2.1",
|
|
"axios": "^1.1.3",
|
|
"chart.js": "2.9.4",
|
|
"sirv-cli": "1.0.11",
|
|
"svelte-routing": "1.5.0",
|
|
"tailwindcss": "2.0.4"
|
|
}
|
|
}
|