-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.11 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 3.11 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "outsystems-ui",
"version": "3.0.0",
"description": "OutSystems UI Framework",
"license": "BSD-3-Clause",
"scripts": {
"prebuild": "npm run build:tokens",
"build": "gulp createProduction --target && npm run lintfix && npm run lint",
"prebuild:osui": "npm run build:tokens",
"build:osui": "gulp createProduction --target",
"build:tokens": "npx build.tokens --dest src/scss/tokens/ --prefix token --utilities true --utilities-css-vars false --root false",
"create-osui-scss": "gulp updateScssFile",
"predev": "npm run build:tokens",
"dev": "gulp startDevelopment --target",
"docs": "npx typedoc",
"lint": "eslint . --ext .ts",
"lintfix": "eslint . --fix --ext .ts",
"prettier": "prettier --config ./.prettierrc.json --write \"**/*.+(js|ts|css)\"",
"setup": "npm i && npm run dev",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "chromatic --build-script-name=build-storybook",
"update-version": "gulp updateVersion",
"gta-update-version": "gulp gtaSetVersion --newVersion",
"tokens:update": "npm install --save-dev outsystems-design-tokens@latest && npm run build:tokens && npm run docs:tokens",
"docs:css-api": "node scripts/generate-css-api-reference.mjs",
"docs:tokens": "node scripts/generate-token-data.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OutSystems/outsystems-ui"
},
"engines": {
"node": ">=12"
},
"volta": {
"node": "24.13.1",
"npm": "11.18.0"
},
"author": "UI Components Team",
"keywords": [
"OutSystems",
"OutSystems UI",
"Framework",
"UI Components"
],
"homepage": "https://outsystemsui.outsystems.com/OutsystemsUiWebsite/",
"devDependencies": {
"@chromatic-com/storybook": "^5.2.1",
"@floating-ui/dom": "^1.6.5",
"@phosphor-icons/web": "^2.1.2",
"@splidejs/splide": "4.1.4",
"@storybook/addon-docs": "10.5.9",
"@storybook/html-vite": "10.5.9",
"@typescript-eslint/eslint-plugin": "8.64.0",
"@typescript-eslint/parser": "8.64.0",
"branch-name": "^1.0.0",
"browser-sync": "^3.0.4",
"chromatic": "^17.0.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.5",
"flatpickr": "^4.6.13",
"font-awesome": "^4.7.0",
"gulp": "^5.0.1",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-postcss": "^9.1.0",
"gulp-remove-empty-lines": "^0.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^6.0.1",
"gulp-sourcemaps": "^3.0.0",
"json-fixer": "^1.6.15",
"nouislider": "^15.8.1",
"outsystems-design-tokens": "^2.2.0",
"photoswipe": "^4.1.0",
"postcss": "^8.4.38",
"postcss-discard-comments": "^5.1.2",
"postcss-discard-duplicates": "^5.1.0",
"prettier": "^3.9.6",
"prompts": "^2.4.2",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"remark-gfm": "^4.0.1",
"sass": "^1.77.4",
"storybook": "10.5.9",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-order": "^6.0.4",
"typedoc": "^0.28.19",
"typedoc-plugin-merge-modules": "^7.0.0",
"typedoc-umlclass": "^0.10.2",
"typescript": "~5.9.3",
"virtual-select-plugin": "^1.1.0",
"vite": "^6.4.2",
"wnumb": "^1.2.0"
}
}