forked from mendix/widgets-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.66 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4.66 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "widgets-resources",
"copyright": "Mendix BV",
"repository": {
"type": "git",
"url": "https://github.com/mendix/widgets-resources.git"
},
"scripts": {
"postinstall": "lerna bootstrap --no-ci",
"prettier": "prettier --config \"./prettier.config.js\" --write \"./**/{src,test}/**/*.{js,jsx,ts,tsx}\"",
"format": "pretty-quick --staged",
"lint": "npm run lint:scripts && lerna run lint --stream --concurrency 1",
"lint:scripts": "eslint --config .eslintrc.js --ext .jsx,.js,.ts,.tsx packages-web/**/src packages-native/**/src",
"test": "lerna run test --ignore @widgets-resources/utils-react-widgets --stream --concurrency 1",
"build": "lerna run build --ignore @widgets-resources/utils-react-widgets",
"publish": "ts-node --project ./scripts/tsconfig.json ./scripts/release/Release.ts",
"version": "ts-node --project ./scripts/tsconfig.json ./scripts/release/BumpVersion.ts",
"presvncheckout": "ts-node --project ./scripts/tsconfig.json ./scripts/svn/Authentication.ts",
"svncheckout": "lerna run svncheckout --stream --concurrency 1",
"postsvncheckout": "rm .env"
},
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@commitlint/config-lerna-scopes": "^7.5.1",
"@mendix/pluggable-widgets-tools": "^8.3.1",
"@react-native-community/async-storage": "1.5.1",
"@react-native-community/netinfo": "3.2.1",
"@types/big.js": "^4.0.5",
"@types/classnames": "^2.2.4",
"@types/dotenv": "^6.1.1",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/ghauth": "^3.2.0",
"@types/gulp": "^4.0.6",
"@types/gulp-change": "^1.0.0",
"@types/gulp-rename": "0.0.33",
"@types/gulp-zip": "^4.0.0",
"@types/jasmine": "^3.4.4",
"@types/jest": "^24.0.11",
"@types/mime": "^2.0.1",
"@types/node": "^11.13.5",
"@types/react": "~16.8.13",
"@types/react-dom": "~16.8.5",
"@types/react-native": "^0.57.65",
"@types/react-native-vector-icons": "^6.4.0",
"@types/react-native-video": "^3.1.2",
"@types/react-test-renderer": "^16.8.1",
"@types/readline-sync": "^1.4.3",
"@types/xml2js": "^0.4.4",
"check-dependencies": "^1.1.0",
"cross-env": "^5.2.0",
"dotenv": "^8.1.0",
"deepmerge": "^4.1.1",
"es-abstract": "^1.15.0",
"gh-release": "^3.5.0",
"gulp-change": "^1.0.2",
"gulp-git": "^2.9.0",
"husky": "^1.3.1",
"identity-obj-proxy": "^3.0.0",
"jest-canvas-mock": "^2.1.0",
"lerna": "^3.16.4",
"lint-staged": "^9.2.1",
"mendix-client": "^7.15.7",
"mime": "^2.4.2",
"mini-css-extract-plugin": "^0.8.0",
"node-svn-ultimate": "^1.2.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"react-native-add-calendar-event": "^2.3.0",
"react-native-camera": "^1.12.0",
"react-native-device-info": "^0.26.4",
"react-native-firebase": "^5.2.2",
"react-native-image-picker": "^0.28.0",
"react-native-inappbrowser-reborn": "^1.3.13",
"react-native-maps": "^0.23.0",
"react-native-sound": "^0.10.12",
"react-native-svg": "^9.2.4",
"react-native-testing-library": "^1.11.1",
"react-native-touch-id": "^4.4.1",
"react-native-video": "^4.4.0",
"react-native-webview": "^5.7.0",
"react-test-renderer": "~16.8.6",
"readline-sync": "^1.4.10",
"to-string-loader": "^1.1.5",
"ts-node": "^8.1.0",
"zip-folder": "^1.0.0"
},
"dependencies": {
"classnames": "^2.2.6"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-lerna-scopes",
"@commitlint/config-conventional"
]
},
"prettier": {
"trailingComma": "none",
"useTabs": false,
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"printWidth": 120,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"proseWrap": "always",
"overrides": [
{
"files": [
"CHANGELOG.md",
".travis.yml"
],
"options": {
"proseWrap": "preserve"
}
}
]
}
}