-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.88 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
53
54
55
56
57
58
59
60
{
"name": "@newlogic-digital/ui",
"version": "3.7.5",
"type": "module",
"main": "vite.config.js",
"author": "New Logic Studio s.r.o.",
"description": "Lightweight, modern and modular CSS framework with the best principles",
"license": "GNU GPLv3",
"scripts": {
"postinstall": "rm -rf node_modules/typed-query-selector && ncu",
"dev": "npm run cleanup && vite",
"dev-emails": "npm run cleanup && vite --mode emails",
"preview": "vite preview",
"build": "npm run cleanup && vite build --mode development",
"build-production": "npm run cleanup && vite build",
"build-emails": "vite build --mode emails",
"cleanup": "git clean -qdfX public -e \\!userfiles",
"eslint": "eslint 'src/scripts/**/*.js'",
"eslint-fix": "eslint 'src/scripts/**/*.js' --fix",
"stylelint": "stylelint 'src/styles/**/*.css'",
"stylelint-fix": "stylelint 'src/styles/**/*.css' --fix",
"npm-update": "ncu -u && npm update",
"npm-sort": "npm r -S example && npm r -D example"
},
"dependencies": {
"@floating-ui/dom": "^1.6.12",
"@hotwired/stimulus": "^3.2.2",
"@newlogic-digital/cookieconsent-js": "^1.0.0",
"@newlogic-digital/utils-js": "^1.1.1",
"@simonwep/pickr": "^1.9.1",
"air-datepicker": "^3.5.3",
"eslint": "^9.15.0",
"naja": "^3.2.1",
"neostandard": "^0.11.8",
"stylelint-config-standard": "^36.0.1",
"swup": "^4.8.1",
"winduum": "^1.2.4"
},
"devDependencies": {
"@newlogic-digital/core": "^2.1.2",
"@stylistic/stylelint-config": "^2.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@types/grecaptcha": "^3.0.9",
"npm-check-updates": "^17.1.11",
"vite": "^5.4.11"
},
"files": [
"src"
],
"exports": {
"./src/*": "./src/*"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newlogic-digital/ui.git"
}
}