-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.62 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.62 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
{
"name": "convoy-ng",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --hmr",
"build": "ng build",
"postbuild": "mkdir -p ./source-maps && mv `pwd`/dist/*.map ./source-maps",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build:ee": "ng build --configuration ee"
},
"private": true,
"dependencies": {
"@angular/common": "^14.0.3",
"@angular/compiler": "^14.0.3",
"@angular/core": "^14.0.3",
"@angular/forms": "^14.0.3",
"@angular/platform-browser": "^14.0.3",
"@angular/platform-browser-dynamic": "^14.0.3",
"@angular/router": "^14.0.3",
"@auth0/angular-jwt": "^5.1.2",
"@markdoc/markdoc": "^0.1.12",
"@radix-ui/colors": "^3.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@types/markdown-it": "^12.2.3",
"@types/react": "^18.0.21",
"axios": "^1.6.7",
"date-fns": "^2.27.0",
"monaco-editor": "^0.34.1",
"posthog-js": "1.279.3",
"prismjs": "^1.29.0",
"rxjs": "^6.6.0",
"tslib": "^2.3.1",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.3",
"@angular/cli": "^14.0.3",
"@angular/compiler-cli": "^14.0.3",
"@babel/core": "^7.18.5",
"@compodoc/compodoc": "^1.1.19",
"@types/jasmine": "^3.8.0",
"@types/node": "^12.11.1",
"@types/prismjs": "^1.26.0",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"jasmine-core": "^3.8.0",
"karma": "^6.3.17",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "^4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"postcss": "^8.4.14",
"purgecss": "^4.0.3",
"tailwindcss": "^3.1.4",
"typescript": "4.7.4"
}
}