|
1 | 1 | { |
2 | | - "scripts": { |
3 | | - "dev": "millennium-ttc --build dev", |
4 | | - "watch": "nodemon --watch webkit --watch frontend --ext ts,tsx,js,jsx --exec \"millennium-ttc --build dev\"", |
5 | | - "build": "millennium-ttc --build prod", |
6 | | - "sync-version": "npx tsx scripts/sync-version.ts 1.0.0", |
7 | | - "release": "npx tsx scripts/build-plugin.ts 1.0.0" |
8 | | - }, |
9 | | - "devDependencies": { |
10 | | - "@semantic-release/changelog": "^6.0.3", |
11 | | - "@semantic-release/commit-analyzer": "^11.1.0", |
12 | | - "@semantic-release/exec": "^6.0.3", |
13 | | - "@semantic-release/git": "^10.0.1", |
14 | | - "@semantic-release/github": "^9.2.6", |
15 | | - "@semantic-release/release-notes-generator": "^12.1.0", |
16 | | - "@types/react": "^19.1.12", |
17 | | - "@types/react-dom": "^19.1.8", |
18 | | - "@types/node": "^20.11.0", |
19 | | - "archiver": "^6.0.0", |
20 | | - "nodemon": "^3.1.9", |
21 | | - "semantic-release": "^22.0.12", |
22 | | - "tsx": "^4.7.0", |
23 | | - "typescript": "^5.3.0" |
24 | | - }, |
25 | | - "type": "module", |
26 | | - "name": "leetify-extension", |
27 | | - "version": "1.0.0", |
28 | | - "description": "A Millennium plugin that adds Leetify integration to Steam profiles", |
29 | | - "main": "./frontend/index.tsx", |
30 | | - "author": "Leetify Extension Team", |
31 | | - "license": "MIT", |
32 | | - "dependencies": { |
33 | | - "@steambrew/api": "^5.5.3", |
34 | | - "@steambrew/client": "^5.5.3", |
35 | | - "@steambrew/ttc": "^2.7.3", |
36 | | - "@steambrew/webkit": "^5.5.3" |
37 | | - } |
| 2 | + "scripts": { |
| 3 | + "dev": "millennium-ttc --build dev", |
| 4 | + "watch": "nodemon --watch webkit --watch frontend --ext ts,tsx,js,jsx --exec \"millennium-ttc --build dev\"", |
| 5 | + "build": "millennium-ttc --build prod", |
| 6 | + "sync-version": "npx tsx scripts/sync-version.ts 1.0.0", |
| 7 | + "release": "npx tsx scripts/build-plugin.ts 1.0.0" |
| 8 | + }, |
| 9 | + "devDependencies": { |
| 10 | + "@semantic-release/changelog": "^6.0.3", |
| 11 | + "@semantic-release/commit-analyzer": "^11.1.0", |
| 12 | + "@semantic-release/exec": "^6.0.3", |
| 13 | + "@semantic-release/git": "^10.0.1", |
| 14 | + "@semantic-release/github": "^9.2.6", |
| 15 | + "@semantic-release/release-notes-generator": "^12.1.0", |
| 16 | + "@types/react": "^19.1.12", |
| 17 | + "@types/react-dom": "^19.1.8", |
| 18 | + "@types/node": "^20.11.0", |
| 19 | + "archiver": "^6.0.0", |
| 20 | + "nodemon": "^3.1.9", |
| 21 | + "semantic-release": "^22.0.12", |
| 22 | + "tsx": "^4.7.0", |
| 23 | + "typescript": "^5.3.0" |
| 24 | + }, |
| 25 | + "type": "module", |
| 26 | + "name": "leetify-extension", |
| 27 | + "version": "1.0.0", |
| 28 | + "description": "A Millennium plugin that adds Leetify integration to Steam profiles", |
| 29 | + "main": "./frontend/index.tsx", |
| 30 | + "author": "Leetify Extension Team", |
| 31 | + "license": "MIT", |
| 32 | + "dependencies": { |
| 33 | + "@steambrew/api": "^5.5.3", |
| 34 | + "@steambrew/client": "^5.5.3", |
| 35 | + "@steambrew/ttc": "^2.7.3", |
| 36 | + "@steambrew/webkit": "^5.5.3" |
| 37 | + } |
38 | 38 | } |
0 commit comments