-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.85 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.85 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
{
"name": "outsystems-datagrid",
"version": "2.23.0",
"description": "OutSystems Data Grid for Reactive Web",
"author": "UI Components Team",
"license": "BSD-3-Clause",
"scripts": {
"build": "gulp createProduction --target && npm run lintfix && npm run lint",
"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",
"test": "echo \"Error: no test specified\" && exit 1",
"update-version": "gulp updateVersion",
"gta-update-version": "gulp gtaSetVersion --newVersion"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OutSystems/outsystems-datagrid"
},
"engines": {
"node": ">=12"
},
"keywords": [
"OutSystems",
"OutSystems Datagrid",
"Data Grid",
"UI Components"
],
"devDependencies": {
"@types/lodash": "^4.17.23",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"browser-sync": "^3.0.4",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-remove-empty-lines": "^0.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"postcss": "^8.5.6",
"postcss-discard-comments": "^5.1.2",
"postcss-discard-duplicates": "^5.1.0",
"prettier-eslint": "^12.0.0",
"prompts": "^2.4.2",
"sass": "^1.77.6",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-order": "^6.0.4",
"typedoc": "^0.23.28",
"typedoc-plugin-merge-modules": "^4.1.0",
"typedoc-umlclass": "^0.7.1",
"typescript": "^4.9.5"
}
}