-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 4.38 KB
/
Copy pathpackage.json
File metadata and controls
106 lines (106 loc) · 4.38 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
{
"name": "@adobecom/mas-platform",
"version": "0.0.1",
"type": "module",
"main": "mas.js",
"private": true,
"workspaces": [
"studio",
"web-components",
"io/studio",
"ost",
"scripts/content"
],
"scripts": {
"lint": "eslint --fix web-components studio",
"format": "prettier web-components studio --write",
"test": "npm run test:ci --workspaces",
"build": "npm run build --workspaces --if-present",
"studio": "cd studio && npm run proxy & aem up",
"studio:qa": "cd studio && npm run proxy:qa & aem up",
"studio:stage": "cd studio && npm run proxy:stage & aem up",
"nala": "node nala/utils/nala.run.js"
},
"repository": {
"type": "git",
"url": "git@github.com:adobecom/mas.git"
},
"dependencies": {
"@playwright/test": "^1.56.1",
"@spectrum-css/button": "^13.5.0",
"@spectrum-css/link": "^5.2.0",
"@spectrum-css/page": "^8.2.0",
"@spectrum-css/tokens": "^14.6.0",
"@spectrum-css/typography": "^6.2.0",
"@spectrum-web-components/action-bar": "^1.0.0",
"@spectrum-web-components/action-button": "^1.0.0",
"@spectrum-web-components/action-group": "^1.0.0",
"@spectrum-web-components/action-menu": "^1.0.0",
"@spectrum-web-components/badge": "^1.0.0",
"@spectrum-web-components/breadcrumbs": "^1.0.0",
"@spectrum-web-components/button": "^1.0.0",
"@spectrum-web-components/button-group": "^1.0.0",
"@spectrum-web-components/checkbox": "^1.0.0",
"@spectrum-web-components/combobox": "^1.0.0",
"@spectrum-web-components/dialog": "^1.0.0",
"@spectrum-web-components/divider": "^1.0.0",
"@spectrum-web-components/help-text": "^1.0.0",
"@spectrum-web-components/icon": "^1.0.0",
"@spectrum-web-components/icons": "^1.0.0",
"@spectrum-web-components/icons-workflow": "^1.0.0",
"@spectrum-web-components/illustrated-message": "^1.11.2",
"@spectrum-web-components/link": "^1.0.0",
"@spectrum-web-components/menu": "^1.0.0",
"@spectrum-web-components/number-field": "^1.0.0",
"@spectrum-web-components/overlay": "^1.0.0",
"@spectrum-web-components/picker": "^1.0.0",
"@spectrum-web-components/popover": "^1.0.0",
"@spectrum-web-components/progress-circle": "^1.0.0",
"@spectrum-web-components/radio": "^1.0.0",
"@spectrum-web-components/reactive-controllers": "^1.0.0",
"@spectrum-web-components/search": "^1.0.0",
"@spectrum-web-components/sidenav": "^1.0.0",
"@spectrum-web-components/split-button": "^0.49.0",
"@spectrum-web-components/status-light": "^1.0.0",
"@spectrum-web-components/switch": "^1.0.0",
"@spectrum-web-components/table": "^1.0.0",
"@spectrum-web-components/tags": "^1.0.0",
"@spectrum-web-components/textfield": "^1.0.0",
"@spectrum-web-components/theme": "^1.0.0",
"@spectrum-web-components/toast": "^1.0.0",
"@spectrum-web-components/tooltip": "^1.0.0",
"@spectrum-web-components/top-nav": "^1.0.0",
"@spectrum-web-components/tray": "^1.0.0",
"prosemirror-commands": "^1.6.1",
"prosemirror-example-setup": "^1.2.3",
"prosemirror-keymap": "^1.2.2",
"prosemirror-model": "^1.23.0",
"prosemirror-schema-basic": "^1.2.3",
"prosemirror-schema-list": "^1.4.1",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.34.3"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.0",
"@esm-bundle/chai": "4.3.4-fix.0",
"@esm-bundle/chai-as-promised": "7.1.1",
"@open-wc/testing": "^4.0.0",
"@types/chai-as-promised": "7.1.5",
"@types/sinon": "10.0.15",
"@web/dev-server-import-maps": "^0.2.1",
"@web/test-runner": "^0.20.2",
"@web/test-runner-commands": "^0.9.0",
"esbuild": "^0.28.1",
"esbuild-node-externals": "^1.23.1",
"esbuild-plugin-less": "^1.3.39",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^16.0.0",
"prettier": "^3.3.2",
"prettier-eslint": "^16.3.0",
"sinon": "13.0.1"
}
}