|
1 | 1 | { |
2 | | - "name": "jquery-particles-demo", |
3 | | - "private": true, |
4 | | - "version": "2.9.3", |
5 | | - "description": "> TODO: description", |
6 | | - "author": "Matteo Bruni <[email protected]>", |
7 | | - "homepage": "https://particles.js.org", |
8 | | - "license": "MIT", |
9 | | - "repository": { |
10 | | - "type": "git", |
11 | | - "url": "git+https://github.com/tsparticles/jquery.git" |
12 | | - }, |
13 | | - "scripts": { |
14 | | - "build": "pnpm run build:style && pnpm run build:index", |
15 | | - "build:ci": "pnpm run build:style && pnpm run build:index", |
16 | | - "build:index": "echo \"pug ./views/index.pug\"", |
17 | | - "build:style": "stylus ./public/stylesheets/main.styl", |
18 | | - "start": "pnpm run build && node ./app.js" |
19 | | - }, |
20 | | - "bugs": { |
21 | | - "url": "https://github.com/tsparticles/jquery/issues" |
22 | | - }, |
23 | | - "dependencies": { |
24 | | - "jquery": "^3.6.3", |
25 | | - "jquery-particles": "^2.9.3", |
26 | | - "tsparticles": "^2.9.3", |
27 | | - "tsparticles-demo-configs": "^2.9.3", |
28 | | - "tsparticles-engine": "^2.9.3", |
29 | | - "tsparticles-preset-links": "^2.9.3" |
30 | | - }, |
31 | | - "devDependencies": { |
32 | | - "@fortawesome/fontawesome-free": "^6.2.1", |
33 | | - "@typescript-eslint/eslint-plugin": "^5.48.2", |
34 | | - "@typescript-eslint/parser": "^5.48.2", |
35 | | - "babel-preset-env": "^1.7.0", |
36 | | - "eslint": "^8.32.0", |
37 | | - "eslint-config-prettier": "^8.6.0", |
38 | | - "express": "^4.18.2", |
39 | | - "express-rate-limit": "^6.7.0", |
40 | | - "helmet": "^6.0.1", |
41 | | - "jsoneditor": "^9.9.2", |
42 | | - "lodash": "^4.17.21", |
43 | | - "prettier": "^2.8.3", |
44 | | - "pug": "^3.0.2", |
45 | | - "stats.ts": "^1.1.0", |
46 | | - "stylus": "^0.59.0", |
47 | | - "typescript": "^4.9.4" |
48 | | - } |
| 2 | + "name": "@tsparticles/jquery-demo", |
| 3 | + "private": true, |
| 4 | + "version": "3.0.0", |
| 5 | + "description": "> TODO: description", |
| 6 | + "author": "Matteo Bruni <[email protected]>", |
| 7 | + "homepage": "https://particles.js.org", |
| 8 | + "license": "MIT", |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "git+https://github.com/tsparticles/jquery.git" |
| 12 | + }, |
| 13 | + "scripts": { |
| 14 | + "build": "pnpm run build:style && pnpm run build:index", |
| 15 | + "build:ci": "pnpm run build:style && pnpm run build:index", |
| 16 | + "build:index": "echo \"pug ./views/index.pug\"", |
| 17 | + "build:style": "stylus ./public/stylesheets/main.styl", |
| 18 | + "start": "pnpm run build && node ./app.js" |
| 19 | + }, |
| 20 | + "bugs": { |
| 21 | + "url": "https://github.com/tsparticles/jquery/issues" |
| 22 | + }, |
| 23 | + "dependencies": { |
| 24 | + "@tsparticles/configs": "^3.0.2", |
| 25 | + "@tsparticles/engine": "^3.0.2", |
| 26 | + "@tsparticles/jquery": "workspace:^", |
| 27 | + "@tsparticles/preset-links": "^3.0.1", |
| 28 | + "jquery": "^3.7.1", |
| 29 | + "tsparticles": "^3.0.2" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "@fortawesome/fontawesome-free": "^6.5.1", |
| 33 | + "@typescript-eslint/eslint-plugin": "^6.16.0", |
| 34 | + "@typescript-eslint/parser": "^6.16.0", |
| 35 | + "babel-preset-env": "^1.7.0", |
| 36 | + "eslint": "^8.56.0", |
| 37 | + "eslint-config-prettier": "^9.1.0", |
| 38 | + "express": "^4.18.2", |
| 39 | + "express-rate-limit": "^7.1.5", |
| 40 | + "helmet": "^7.1.0", |
| 41 | + "jsoneditor": "^10.0.0", |
| 42 | + "lodash": "^4.17.21", |
| 43 | + "prettier": "^3.1.1", |
| 44 | + "pug": "^3.0.2", |
| 45 | + "stats.ts": "^1.1.0", |
| 46 | + "stylus": "^0.62.0", |
| 47 | + "typescript": "^5.3.3" |
| 48 | + } |
49 | 49 | } |
0 commit comments