-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 1.07 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
{
"name": "@aurelia/aurelia2-examples",
"version": "1.0.0",
"description": "A collection of Aurelia 2 examples",
"repository": "https://github.com/aurelia/aurelia2-examples",
"author": "Dwayne Charrington <dwaynecharrington@gmail.com",
"license": "MIT",
"scripts": {
"build": "npm run build --workspaces",
"add": "npm install --package-lock-only --no-package-lock --prefix"
},
"workspaces": [
"examples/*"
],
"devDependencies": {
"@aurelia/testing": "latest",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"cpx2": "^4.1.1",
"cross-env": "^7.0.3",
"eslint": "^8.24.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.6",
"jest": "^29.0.3",
"jest-cli": "^29.0.3",
"jest-transform-stub": "^2.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
},
"dependencies": {
"aurelia": "latest"
}
}