-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.68 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
{
"name": "test-angular-markdown-editor",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "ng serve",
"build": "ng build --configuration=production --base-href=\"\"",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.3.0",
"@angular/common": "^14.2.12",
"@angular/core": "^14.3.0",
"@angular/forms": "^14.2.12",
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/router": "^14.3.0",
"angular-markdown-editor": "^3.1.1",
"bootstrap": "^5.3.3",
"copyfiles": "^2.4.1",
"font-awesome": "^4.7.0",
"jquery": "^3.7.1",
"ngx-markdown": "^14.0.1",
"text-encoding-utf-8": "^1.0.2",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular/cli": "^14.2.13",
"@angular/compiler": "^14.3.0",
"@angular/compiler-cli": "^14.3.0",
"@angular/language-service": "^14.3.0",
"@angular-devkit/build-angular": "^14.2.13",
"@angular-eslint/builder": "^14.4.0",
"@angular-eslint/eslint-plugin": "^14.4.0",
"@angular-eslint/eslint-plugin-template": "^14.4.0",
"@angular-eslint/schematics": "^14.4.0",
"@angular-eslint/template-parser": "^14.4.0",
"@types/jquery": "^3.5.30",
"@types/node": "^18.19.50",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.20",
"conventional-changelog": "^3.1.25",
"custom-event-polyfill": "^1.0.7",
"eslint": "^8.57.1",
"postcss": "^8.4.47",
"postcss-cli": "^10.1.0",
"sass": "^1.56.2",
"tslib": "^2.7.0",
"typescript": "~4.7.4"
}
}