generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
97 lines (97 loc) · 4 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
{
"name": "@adobe/mas-platform",
"version": "0.0.1",
"type": "module",
"main": "mas.js",
"private": true,
"workspaces": [
"studio"
],
"scripts": {
"lint": "eslint --fix",
"test": "npm run test:ci --workspaces",
"build": "npm run build --workspaces",
"studio": "cd studio && npm run proxy & aem up",
"studio:qa": "cd studio && npm run proxy:qa & aem up",
"nala": "node nala/utils/nala.run.js"
},
"repository": {
"type": "git",
"url": "[email protected]:adobecom/mas.git"
},
"dependencies": {
"@adobecom/milo": "github:adobecom/milo#stage",
"axios": "^1.7.4",
"@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": "^0.47.2",
"@spectrum-web-components/action-button": "^0.47.2",
"@spectrum-web-components/action-group": "^0.47.2",
"@spectrum-web-components/action-menu": "^0.47.2",
"@spectrum-web-components/badge": "^0.47.2",
"@spectrum-web-components/breadcrumbs": "^0.47.2",
"@spectrum-web-components/button-group": "^0.47.2",
"@spectrum-web-components/button": "^0.47.2",
"@spectrum-web-components/checkbox": "^0.47.2",
"@spectrum-web-components/dialog": "^0.47.2",
"@spectrum-web-components/divider": "^0.47.2",
"@spectrum-web-components/help-text": "^0.47.2",
"@spectrum-web-components/icon": "^0.47.2",
"@spectrum-web-components/icons-workflow": "^0.47.2",
"@spectrum-web-components/icons": "^0.47.2",
"@spectrum-web-components/link": "^0.47.2",
"@spectrum-web-components/menu": "^0.47.2",
"@spectrum-web-components/number-field": "^0.47.2",
"@spectrum-web-components/overlay": "^0.47.2",
"@spectrum-web-components/picker": "^0.47.2",
"@spectrum-web-components/popover": "^0.47.2",
"@spectrum-web-components/progress-circle": "^0.47.2",
"@spectrum-web-components/radio": "^0.47.2",
"@spectrum-web-components/reactive-controllers": "^0.47.2",
"@spectrum-web-components/search": "^0.47.2",
"@spectrum-web-components/sidenav": "0.42.1",
"@spectrum-web-components/split-button": "^0.47.2",
"@spectrum-web-components/status-light": "^0.47.2",
"@spectrum-web-components/table": "^0.47.2",
"@spectrum-web-components/tags": "^0.47.2",
"@spectrum-web-components/textfield": "^0.47.2",
"@spectrum-web-components/theme": "^0.47.2",
"@spectrum-web-components/toast": "^0.47.2",
"@spectrum-web-components/tooltip": "^0.47.2",
"@spectrum-web-components/top-nav": "^0.47.2",
"@spectrum-web-components/switch": "^0.47.2",
"@spectrum-web-components/tray": "^0.47.2",
"@playwright/test": "^1.42.1",
"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": {
"@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.13.27",
"@web/test-runner-commands": "^0.6.1",
"esbuild": "^0.21.5",
"esbuild-node-externals": "^1.13.1",
"esbuild-plugin-less": "^1.3.8",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"prettier": "^3.3.2",
"prettier-eslint": "^16.3.0",
"sinon": "13.0.1"
}
}