-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
119 lines (119 loc) · 4.32 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
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
{
"name": "@esri/solutions-components",
"version": "0.11.12",
"description": "Web Components for Esri's Solutions Applications",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.js",
"es2017": "dist/esm/index.js",
"jsnext:main": "dist/esm/index.js",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/solutions-components/solutions-components.esm.js",
"files": [
"dist/"
],
"scripts": {
"build": "npm run lint:ts && stencil build --docs",
"build:debug": "stencil build -c stencil.debugconfig.ts",
"start": "stencil build --dev --watch --serve",
"clean:src": "start cmd.exe /c cleanSrc.bat",
"getupdates": "npm-check-updates --upgrade",
"lint:ts": "eslint --ext .ts,.tsx src/components src/utils",
"lint:ts:fix": "eslint --ext .ts,.tsx --fix src/components src/utils",
"lint:ts:prettier": "prettier --write \"**/*.ts?(x)\"",
"release:publish": "npm publish --access public && node ./support/releaseToGitHub.mjs",
"test": "stencil test --spec --e2e --detectOpenHandles --coverage --collectCoverageFrom=src/utils/*.ts",
"test:clean": "npm run clean:src && npm run lint:ts:fix && stencil test --spec --e2e --detectOpenHandles",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"update-browserslist": "npx update-browserslist-db@latest",
"copy:instant-app-component-assests": "ncp node_modules/@esri/instant-apps-components/dist/assets src/assets && ncp node_modules/@esri/instant-apps-components/dist/assets src/demos/assets"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@babel/types": "^7.26.5",
"@esri/arcgis-rest-service-admin": "^3.7.0",
"@esri/eslint-plugin-calcite-components": "^1.2.1",
"@esri/instant-apps-components": "^1.0.0-beta.303",
"@esri/telemetry": "8.0.0",
"@esri/telemetry-amazon": "3.0.1",
"@esri/telemetry-google-analytics": "2.0.1",
"@stencil-community/postcss": "^2.2.0",
"@stencil/core": "^4.23.0",
"@stencil/sass": "^3.0.12",
"@stencil/store": "^2.0.16",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/typescript-estree": "^8.19.0",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"braces": "^3.0.3",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-unicorn": "^56.0.1",
"esri-loader": "^3.7.0",
"form-request-submit-polyfill": "^2.0.0",
"gh-release": "^7.0.2",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"mkdirp": "3.0.1",
"ncp": "^2.0.0",
"npm-check-updates": "^17.1.13",
"prettier": "3.4.2",
"puppeteer": "^24.0.0",
"react": "^19.0.0",
"resolve-pkg": "^2.0.0",
"rimraf": "^6.0.1",
"tailwindcss": "3.4.17",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"workbox-build": "^7.1.1"
},
"dependencies": {
"@arcgis/core": "^4.32.0-next.20241229",
"@esri/arcgis-html-sanitizer": "^4.1.0",
"@esri/arcgis-rest-auth": "^3.7.0",
"@esri/arcgis-rest-feature-layer": "^3.7.0",
"@esri/arcgis-rest-portal": "^3.7.0",
"@esri/arcgis-rest-request": "^3.7.0",
"@esri/calcite-components": "^3.0.0-next.96",
"@esri/calcite-design-tokens": "^3.0.0-next.5",
"@esri/hub-common": "^14.215.0",
"@esri/hub-initiatives": "^14.0.0",
"@esri/hub-sites": "^15.0.0",
"@esri/hub-teams": "^14.1.1",
"@esri/solution-common": "^5.8.0",
"@pdf-lib/fontkit": "^1.1.1",
"focus-trap": "7.6.4",
"jspdf": "^2.5.2",
"minimist": "^1.2.8",
"pdf-lib": "^1.17.1",
"templates-common-library-esm": "npm:[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Esri/solutions-components.git"
},
"contributors": [
{
"name": "John Hauck",
"email": "[email protected]"
},
{
"name": "Mike Tschudi",
"email": "[email protected]"
}
],
"license": "Apache-2.0"
}