-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.1 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
{
"name": "@unicef-polymer/etools-modules-common",
"version": "5.1.4",
"description": "Common styles, mixins, utils",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/unicef-polymer/etools-modules-common.git"
},
"keywords": [
"utils"
],
"author": "UNICEF eTools Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/unicef-polymer/etools-modules-common/issues"
},
"homepage": "https://github.com/unicef-polymer/etools-modules-common#readme",
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"tsToJs": "rm -rf dist && gulp",
"lint:eslint": "eslint src_ts/**",
"format:eslint": "eslint src_ts/** --fix",
"lint": "npm run lint:eslint",
"format": "npm run format:eslint",
"publishPackage": "npm run tsToJs && npm publish",
"prepublishOnly": "npm run tsToJs"
},
"dependencies": {
"lit": "^3.2.1",
"lodash-es": "^4.17.21",
"redux": "^4.2.0",
"through2": "^4.0.2"
},
"peerDependencies": {
"@unicef-polymer/etools-piwik-analytics": ">=4.1.3",
"@unicef-polymer/etools-types": ">=1.11.20",
"@unicef-polymer/etools-unicef": ">=1.1.3",
"@unicef-polymer/etools-utils": ">=2.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@unicef-polymer/etools-piwik-analytics": "^4.1.3",
"@unicef-polymer/etools-types": "^1.11.20",
"@unicef-polymer/etools-unicef": "^1.1.3",
"@unicef-polymer/etools-utils": "^2.0.3",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-lit-a11y": "^4.1.4",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.13.0",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"prettier": "~3.4.2",
"typescript": "^4.9.5"
}
}