-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
72 lines (72 loc) · 2.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
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
{
"name": "outsystems-ui",
"version": "2.21.0",
"description": "OutSystems UI Framework",
"license": "BSD-3-Clause",
"scripts": {
"build": "gulp createProduction --target && npm run lintfix && npm run lint",
"create-osui-scss": "gulp updateScssFile",
"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",
"update-version": "gulp updateVersion",
"gta-update-version": "gulp gtaSetVersion --newVersion"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OutSystems/outsystems-ui"
},
"engines": {
"node": ">=12"
},
"author": "UI Components Team",
"keywords": [
"OutSystems",
"OutSystems UI",
"Framework",
"UI Components"
],
"homepage": "https://outsystemsui.outsystems.com/OutsystemsUiWebsite/",
"devDependencies": {
"@floating-ui/dom": "^1.6.5",
"@splidejs/splide": "4.1.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"branch-name": "^1.0.0",
"browser-sync": "^3.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"fancy-log": "^2.0.0",
"flatpickr": "^4.6.13",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-confirm": "^1.0.8",
"gulp-postcss": "^9.0.1",
"gulp-remove-empty-lines": "^0.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"json-fixer": "^1.6.15",
"nouislider": "^15.8.1",
"postcss": "^8.4.38",
"postcss-discard-comments": "^5.1.2",
"postcss-discard-duplicates": "^5.1.0",
"prettier-eslint": "^12.0.0",
"prompts": "^2.4.2",
"sass": "^1.77.4",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-order": "^6.0.4",
"typedoc": "^0.23.9",
"typedoc-plugin-merge-modules": "^4.0.1",
"typedoc-umlclass": "^0.7.0",
"typescript": "^4.5.0",
"virtual-select-plugin": "^1.0.46"
}
}