first commit
This commit is contained in:
62
package.json
Normal file
62
package.json
Normal file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"name": "plurk-angular",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --open --watch",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^15.0.0",
|
||||
"@angular/common": "^15.0.0",
|
||||
"@angular/compiler": "^15.0.0",
|
||||
"@angular/core": "^15.0.0",
|
||||
"@angular/forms": "^15.0.0",
|
||||
"@angular/platform-browser": "^15.0.0",
|
||||
"@angular/platform-browser-dynamic": "^15.0.0",
|
||||
"@angular/router": "^15.0.0",
|
||||
"@ngrx/store": "^15.0.0",
|
||||
"@nicky-lenaers/ngx-scroll-to": "^9.0.0",
|
||||
"@supabase/supabase-js": "^2.36.0",
|
||||
"@tailwindcss/line-clamp": "^0.4.2",
|
||||
"@tailwindcss/typography": "^0.5.8",
|
||||
"aos": "^2.3.4",
|
||||
"apexcharts": "^3.36.3",
|
||||
"file-saver": "^2.0.5",
|
||||
"ng-apexcharts": "^1.7.4",
|
||||
"ng-particles": "^2.1.11",
|
||||
"ngx-countup": "^13.1.0",
|
||||
"ngx-lightbox": "^2.4.1",
|
||||
"ngx-owl-carousel-o": "^5.0.0",
|
||||
"ngx-typed-js": "^2.0.2",
|
||||
"or": "^0.2.0",
|
||||
"rxjs": "~7.5.0",
|
||||
"swiper": "^8.4.5",
|
||||
"tslib": "^2.3.0",
|
||||
"tsparticles": "^1.18.11",
|
||||
"xlsx": "^0.18.5",
|
||||
"zone.js": "~0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^15.0.4",
|
||||
"@angular/cli": "~15.0.4",
|
||||
"@angular/compiler-cli": "^15.0.0",
|
||||
"@types/aos": "^3.0.4",
|
||||
"@types/jasmine": "~4.3.0",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"jasmine-core": "~4.5.0",
|
||||
"karma": "~6.4.0",
|
||||
"karma-chrome-launcher": "~3.1.0",
|
||||
"karma-coverage": "~2.2.0",
|
||||
"karma-jasmine": "~5.1.0",
|
||||
"karma-jasmine-html-reporter": "~2.0.0",
|
||||
"postcss": "^8.4.20",
|
||||
"prettier": "^2.8.1",
|
||||
"prettier-plugin-tailwindcss": "^0.2.1",
|
||||
"tailwindcss": "^3.2.4",
|
||||
"typescript": "~4.8.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user