-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.81 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.81 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
{
"name": "@cosmotech/core",
"version": "3.0.2",
"description": "",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"scripts": {
"build": "node ./node_modules/.bin/rollup -c",
"eslint": "eslint",
"test": "jest --watchAll=false",
"prettier": "npx prettier -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cosmo-Tech/webapp-component-core.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cosmo-Tech/webapp-component-core/issues"
},
"homepage": "https://github.com/Cosmo-Tech/webapp-component-core#readme",
"browser": {
"fs": false
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@rollup/plugin-babel": "^7.0.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-node-resolve": "^16.0.3",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.15.2",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-promise": "^7.2.1",
"globals": "^17.5.0",
"jest": "^30.3.0",
"neostandard": "^0.13.0",
"prettier": "^3.8.2",
"rollup": "^4.60.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"timezone-mock": "^1.4.2"
},
"dependencies": {
"@azure/msal-browser": "^4.30.0",
"csv-string": "^4.1.1",
"date-fns": "^4.1.0",
"js-file-download": "^0.4.12",
"rfdc": "^1.4.1",
"validator": "^13.15.35",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"resolutions": {
"glob": "^13.0.1"
},
"packageManager": "yarn@4.9.4"
}