|
1 | 1 | { |
2 | | - "name": "nextcommunity.github.io", |
3 | | - "version": "1.0.0", |
4 | | - "description": "A community for open-source programmers and software engineers.", |
5 | | - "main": "script.js", |
6 | | - "dependencies": { |
7 | | - "@11ty/eleventy": "^3.1.2", |
8 | | - "detect-libc": "^2.1.2", |
9 | | - "enhanced-resolve": "^5.18.4", |
10 | | - "graceful-fs": "^4.2.11", |
11 | | - "is-extglob": "^2.1.1", |
12 | | - "is-glob": "^4.0.3", |
13 | | - "jiti": "^2.6.1", |
14 | | - "js-yaml": "^4.1.1", |
15 | | - "lightningcss": "^1.30.2", |
16 | | - "lightningcss-linux-x64-gnu": "^1.30.2", |
17 | | - "magic-string": "^0.30.21", |
18 | | - "mri": "^1.2.0", |
19 | | - "node-addon-api": "^7.1.1", |
20 | | - "picocolors": "^1.1.1", |
21 | | - "picomatch": "^4.0.3", |
22 | | - "source-map-js": "^1.2.1", |
23 | | - "tailwindcss": "^4.1.18", |
24 | | - "tapable": "^2.3.0" |
25 | | - }, |
26 | | - "scripts": { |
27 | | - "start": "eleventy --serve", |
28 | | - "build": "eleventy" |
29 | | - }, |
30 | | - "repository": { |
31 | | - "type": "git", |
32 | | - "url": "git+https://github.com/jbampton/NextCommunity.github.io.git" |
33 | | - }, |
34 | | - "keywords": [], |
35 | | - "author": "", |
36 | | - "license": "ISC", |
37 | | - "type": "commonjs", |
38 | | - "bugs": { |
39 | | - "url": "https://github.com/jbampton/NextCommunity.github.io/issues" |
40 | | - }, |
41 | | - "homepage": "https://github.com/jbampton/NextCommunity.github.io#readme" |
| 2 | + "name": "nextcommunity.github.io", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "A community for open-source programmers and software engineers.", |
| 5 | + "main": "script.js", |
| 6 | + "dependencies": { |
| 7 | + "@11ty/eleventy": "^3.1.2", |
| 8 | + "detect-libc": "^2.1.2", |
| 9 | + "enhanced-resolve": "^5.18.4", |
| 10 | + "graceful-fs": "^4.2.11", |
| 11 | + "is-extglob": "^2.1.1", |
| 12 | + "is-glob": "^4.0.3", |
| 13 | + "jiti": "^2.6.1", |
| 14 | + "js-yaml": "^4.1.1", |
| 15 | + "lightningcss": "^1.30.2", |
| 16 | + "lightningcss-linux-x64-gnu": "^1.30.2", |
| 17 | + "magic-string": "^0.30.21", |
| 18 | + "mri": "^1.2.0", |
| 19 | + "node-addon-api": "^7.1.1", |
| 20 | + "picocolors": "^1.1.1", |
| 21 | + "picomatch": "^4.0.3", |
| 22 | + "source-map-js": "^1.2.1", |
| 23 | + "tailwindcss": "^4.1.18", |
| 24 | + "tapable": "^2.3.0" |
| 25 | + }, |
| 26 | + "scripts": { |
| 27 | + "start": "eleventy --serve", |
| 28 | + "build": "eleventy" |
| 29 | + }, |
| 30 | + "repository": { |
| 31 | + "type": "git", |
| 32 | + "url": "git+https://github.com/jbampton/NextCommunity.github.io.git" |
| 33 | + }, |
| 34 | + "keywords": [], |
| 35 | + "author": "", |
| 36 | + "license": "ISC", |
| 37 | + "type": "commonjs", |
| 38 | + "bugs": { |
| 39 | + "url": "https://github.com/jbampton/NextCommunity.github.io/issues" |
| 40 | + }, |
| 41 | + "homepage": "https://github.com/jbampton/NextCommunity.github.io#readme" |
42 | 42 | } |
0 commit comments