-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.75 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@ng-storefront-ui/workspace",
"version": "0.0.13",
"repository": {
"type": "git",
"url": "https://github.com/runyasak/ng-storefront-ui",
"directory": "packages/ng-storefront-ui"
},
"author": "Runyasak Chaengnaimuang <runyasak.c@gmail.com>",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"createIcons": "ts-node createIcons.ts && npx prettier projects/ng-storefront-ui/src/lib/sf-icons --write",
"release": "standard-version",
"build:demo": "ng build demo-app",
"build:lib": "ng build ng-storefront-ui",
"postbuild:lib": "cp -f README.md dist/ng-storefront-ui/README.md && cp LICENSE dist/ng-storefront-ui/LICENSE && cd dist/ng-storefront-ui/ && npm pack",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.7",
"@angular/common": "^17.0.7",
"@angular/compiler": "^17.0.7",
"@angular/core": "^17.0.7",
"@angular/forms": "^17.0.7",
"@angular/platform-browser": "^17.0.7",
"@angular/platform-browser-dynamic": "^17.0.7",
"@angular/router": "^17.0.7",
"@mertasan/tailwindcss-variables": "^2.6.1",
"@storefront-ui/typography": "^2.3.1",
"rxjs": "~7.8.0",
"standard-version": "^9.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.7",
"@angular-eslint/builder": "17.1.1",
"@angular-eslint/eslint-plugin": "17.1.1",
"@angular-eslint/eslint-plugin-template": "17.1.1",
"@angular-eslint/schematics": "17.1.1",
"@angular-eslint/template-parser": "17.1.1",
"@angular/cli": "~17.0.7",
"@angular/compiler-cli": "^17.0.7",
"@schematics/angular": "^16.2.0",
"@types/jasmine": "~4.3.0",
"@types/mertasan__tailwindcss-variables": "^2.6.0",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"autoprefixer": "^10.4.15",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"karma-spec-reporter": "^0.0.36",
"ng-packagr": "^17.0.2",
"postcss": "^8.4.28",
"prettier": "^3.1.1",
"prettier-eslint": "^15.0.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"svgo": "^3.0.2",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.1",
"typescript": "~5.2.2"
},
"engines": {
"node": "^18.17.1"
},
"packageManager": "^pnpm@8.7.4"
}