-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.52 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
{
"name": "@aurelia-gridstack/monorepo",
"private": true,
"version": "6.0.0",
"workspaces": [
"packages/aurelia-gridstack",
"packages/demo"
],
"scripts": {
"build": "cd packages/aurelia-gridstack && npm run build",
"start": "cd packages/demo && npm start",
"changelog": "conventional-changelog -p angular -i docs/CHANGELOG.md -s",
"deploy": "cd packages/demo && npm run build && cd ../.. && deploy.sh",
"publish:latest": "cd packages/aurelia-gridstack && npm publish"
},
"devDependencies": {
"aurelia-bootstrapper": "^2.4.1",
"aurelia-event-aggregator": "^1.0.3",
"aurelia-framework": "^1.4.1",
"aurelia-history-browser": "^1.4.0",
"aurelia-logging-console": "^1.1.1",
"aurelia-templating-binding": "^1.6.0",
"aurelia-templating-resources": "^1.15.1",
"aurelia-templating-router": "^1.5.0",
"aurelia-typed-observable-plugin": "^0.5.1",
"aurelia-webpack-plugin": "^5.0.6",
"concurrently": "^9.1.0",
"conventional-changelog-cli": "^5.0.0",
"copyfiles": "^2.4.1",
"css-loader": "^7.1.2",
"eslint": "^9.16.0",
"eslint-plugin-compat": "^6.0.2",
"eslint-plugin-import": "^2.31.0",
"gridstack": "^11.1.2",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"postcss-loader": "^8.1.1",
"rimraf": "^6.0.1",
"ts-loader": "^9.5.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"webpack": "^5.97.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.0"
}
}