|
7 | 7 | "types": "./types/src/main.d.ts", |
8 | 8 | "repository": "https://github.com/topcoder-platform/universal-navigation.git", |
9 | 9 | "scripts": { |
10 | | - "build:nudge": "APP_BUILD_TARGET=nudge vite build --mode=production", |
11 | | - "build:base": "vite build --mode=production && npx rimraf ./types && npm run types", |
12 | | - "build": "npm run build:base && npm run build:nudge", |
| 10 | + "build": "vite build --mode=production && npx rimraf ./types && npm run types", |
13 | 11 | "check": "svelte-check --tsconfig ./tsconfig.json", |
14 | 12 | "demo:dist": "npx http-server --cors --host local.topcoder-dev.com --port 8083 ./dist", |
15 | 13 | "demo:marketing": "npx http-server --host local.topcoder-dev.com --port 8081 ./demo/marketing -P http://local.topcoder-dev.com:8081? -o /", |
|
21 | 19 | "types": "./node_modules/typescript/bin/tsc -p ./tsconfig.json --declaration --emitDeclarationOnly --outDir types" |
22 | 20 | }, |
23 | 21 | "devDependencies": { |
24 | | - "@sveltejs/vite-plugin-svelte": "^1.1.0", |
25 | | - "@tsconfig/svelte": "^3.0.0", |
26 | | - "sass": "^1.56.1", |
27 | | - "svelte": "^3.52.0", |
28 | | - "svelte-check": "^2.9.2", |
29 | | - "svelte-preprocess": "^4.10.7", |
30 | | - "tslib": "^2.4.0", |
31 | | - "typescript": "^4.6.4", |
32 | | - "vite": "^3.2.3", |
33 | | - "vite-plugin-css-injected-by-js": "^2.1.1" |
| 22 | + "@sveltejs/vite-plugin-svelte": "^3.1.2", |
| 23 | + "@tsconfig/svelte": "^5.0.6", |
| 24 | + "sass": "^1.95.0", |
| 25 | + "svelte": "^4.2.20", |
| 26 | + "svelte-check": "^4.3.4", |
| 27 | + "svelte-preprocess": "^6.0.3", |
| 28 | + "tslib": "^2.8.1", |
| 29 | + "typescript": "^5.9.3", |
| 30 | + "vite": "^5.4.21", |
| 31 | + "vite-plugin-css-injected-by-js": "^3.5.2" |
34 | 32 | } |
35 | 33 | } |
0 commit comments