This repository was archived by the owner on Dec 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.09 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
{
"name": "prisme",
"version": "1.600.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"tsc": "tsc",
"schematics": "schematics",
"postinstall": "npm run link:schematics",
"prestart": "npm run generateapi:scss",
"start": "ng serve",
"prebuild": "npm run generateapi:scss",
"build": "ng build prisme",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"generateapi:scss": "node tools/scss-docs.js",
"build:schematics": "tsc --project schematics",
"link:schematics": "cd schematics && npm link",
"postlink:schematics": "npm link @prisme/schematics"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.1.0",
"@angular/cdk": "^12.1.0",
"@angular/common": "^12.1.0",
"@angular/compiler": "^12.1.0",
"@angular/core": "^12.1.0",
"@angular/forms": "^12.1.0",
"@angular/material": "^12.1.0",
"@angular/platform-browser": "^12.1.0",
"@angular/platform-browser-dynamic": "^12.1.0",
"@angular/router": "^12.1.0",
"@lucca-front/icons": "^7.1.0",
"@lucca-front/ng": "^7.1.0",
"@lucca-front/scss": "^7.1.0",
"@ngx-formly/core": "^5.10.14",
"core-js": "^3.9.0",
"marked": "^2.0.1",
"ngx-markdown": "^11.1.0",
"prismjs-loader": "^0.0.4",
"rxjs": "^6.6.6",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.1.0",
"@angular-devkit/core": "^12.1.0",
"@angular-devkit/schematics": "^12.1.0",
"@angular-devkit/schematics-cli": "^12.1.0",
"@angular/cli": "^12.1.0",
"@angular/compiler-cli": "^12.1.0",
"@angular/language-service": "^12.1.0",
"@lucca/schematics": "^0.3.1",
"@lucca/tslint": "^0.3.1",
"@types/jasmine": "^3.6.1",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^12.19.4",
"codelyzer": "^6.0.0",
"cpy": "^8.1.1",
"cpy-cli": "^3.1.1",
"glob": "^7.1.6",
"sast": "^0.8.1",
"ts-node": "~9.0.0",
"tslib": "^2.1.0",
"tslint": "~5.20.1",
"typescript": ">=4.2.0 <4.3.0",
"unist-util-visit": "^2.0.1"
},
"volta": {
"node": "14.17.0",
"npm": "6.14.13"
}
}