-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.52 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.52 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
{
"name": "@adaptive-web/adaptive-web-community",
"description": "Standards based, framework agnostic web components built using FAST.",
"type": "module",
"license": "MIT",
"author": {
"name": "Adaptive Web Community",
"url": "https://github.com/adaptive-web-community"
},
"repository": {
"url": "git+https://github.com/adaptive-web-community/adaptive-web-components.git"
},
"scripts": {
"version": "changeset version",
"change": "changeset",
"publish:ci": "changeset publish",
"clean": "npm run clean --workspaces --if-present",
"build": "npm run build --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"test": "npm run test --workspaces --if-present"
},
"workspaces": [
"./packages/adaptive-ui",
"./packages/adaptive-web-components",
"./packages/adaptive-ui-designer-core",
"./packages/adaptive-ui-explorer",
"./packages/adaptive-ui-designer-figma",
"./packages/adaptive-ui-designer-figma-plugin",
"./examples/*"
],
"engines": {
"node": ">=18.12.0",
"npm": ">=8.19.2"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.25.0",
"typescript": "^4.9.5"
},
"version": ""
}