-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 3.4 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 3.4 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
{
"name": "nexcore",
"version": "3.3.1",
"description": "Empower our SQU Community to do more.",
"main": "service-worker.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "npm run release:test && npm run pricing:test && npm run branding:test && npm run seo:test && npm run auth-nav:test && npm run auth-gateway:test && npm run anchor-nav:test && npm run docs-feedback:test && npm run dashboard-command:test && npm run toast-notifications:test && npm run initiatives:test && npm run projects-nav:test && npm run initiatives-admin:test && npm run roadmap:test && npm run contributor-center:test && npm run ai-api:test && npm run homepage-metrics:test && npm run counter-coverage:test && npm run account-ux:test && npm run team-id-cards:test && npm run trust:test",
"release": "node scripts/sync-release-version.js",
"release:test": "node scripts/release-version-test.js",
"security:audit": "npm audit --omit=dev --audit-level=high",
"pricing:test": "node scripts/pricing-policy-test.js",
"branding:test": "node scripts/branding-test.js",
"seo:test": "node scripts/seo-test.js",
"auth-nav:test": "node scripts/auth-nav-test.js",
"auth-gateway:test": "node scripts/auth-gateway-test.js",
"anchor-nav:test": "node scripts/anchor-navigation-test.js",
"docs-feedback:test": "node scripts/docs-feedback-test.js",
"dashboard-command:test": "node scripts/dashboard-command-test.js",
"toast-notifications:test": "node scripts/toast-notifications-test.js",
"initiatives:test": "node scripts/initiatives-test.js",
"projects-nav:test": "node scripts/projects-navigation-test.js",
"initiatives-admin:test": "node scripts/initiatives-admin-test.js",
"roadmap:test": "node scripts/roadmap-shared-test.js",
"contributor-center:test": "node scripts/contributor-center-test.js",
"ai-api:test": "node scripts/ai-api-test.js",
"homepage-metrics:test": "node scripts/homepage-metrics-test.js",
"counter-coverage:test": "node scripts/counter-coverage-test.js",
"account-ux:test": "node scripts/account-ux-test.js",
"team-id-cards:test": "node scripts/team-id-cards-test.js",
"trust:test": "node scripts/trust-foundations-test.js",
"routes:test": "node scripts/route-manifest-test.js",
"release:evidence": "node scripts/release-evidence-test.js",
"shell:sync": "node scripts/sync-shared-shell.js",
"assets:build": "terser assets/js/unminified-js.js --compress --mangle --output assets/js/script.js && cleancss --inline none -o assets/css/style.css assets/css/unminified-css.css",
"browser:test": "playwright test",
"ci": "npm test && npm run routes:test && npm run release:evidence && npm run security:audit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NexCore-Labs-Initiative/NexCore.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/NexCore-Labs-Initiative/NexCore/issues"
},
"homepage": "https://nexcorelabs.vercel.app",
"dependencies": {
"@google/genai": "^2.10.0",
"@supabase/supabase-js": "^2.108.1"
},
"devDependencies": {
"@axe-core/playwright": "4.12.1",
"@playwright/test": "1.62.1",
"clean-css-cli": "5.6.3",
"http-server": "14.1.1",
"nodemailer": "^9.0.3",
"terser": "5.49.2",
"vercel": "^54.18.7"
},
"overrides": {
"brace-expansion@^2.0.0": "2.1.4",
"protobufjs": "7.6.5",
"ws": "8.21.0"
}
}