-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.59 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
{
"scripts": {
"setup": "npm run cleanup && npm run clone_doc",
"postsetup": "npm i",
"cleanup": "echo -e \"Clear node_modules, doc repo clone && rimraf ./node_modules/aurelia* --preserve-root package-lock.json dep_repos && mkdir dep_repos",
"clone_doc": "echo -e \"Shadow clone aurelia/documentation\" && git clone --depth 1 https://github.com/aurelia/documentation.git dep_repos/documentation",
"blog": "node blog.mjs"
},
"devDependencies": {
"chalk": "5.3.0",
"au-site": "../site-generator",
"rimraf": "5.0.5"
},
"dependencies": {
"aurelia-binding": "latest",
"aurelia-bootstrapper": "latest",
"aurelia-dependency-injection": "latest",
"aurelia-dialog": "latest",
"aurelia-event-aggregator": "latest",
"aurelia-fetch-client": "latest",
"aurelia-framework": "latest",
"aurelia-history": "latest",
"aurelia-history-browser": "latest",
"aurelia-i18n": "latest",
"aurelia-loader": "latest",
"aurelia-loader-default": "latest",
"aurelia-logging": "latest",
"aurelia-logging-console": "latest",
"aurelia-metadata": "latest",
"aurelia-pal": "latest",
"aurelia-pal-browser": "latest",
"aurelia-path": "latest",
"aurelia-route-recognizer": "latest",
"aurelia-router": "latest",
"aurelia-site-generator": "aurelia/site-generator",
"aurelia-task-queue": "latest",
"aurelia-templating": "latest",
"aurelia-templating-binding": "latest",
"aurelia-templating-resources": "latest",
"aurelia-templating-router": "latest",
"aurelia-testing": "latest",
"aurelia-validation": "latest"
}
}