|
1 |
| -{ |
2 |
| - "name": "simon-js-tool", |
3 |
| - "version": "4.1.0", |
4 |
| - "packageManager": "pnpm@6.32.3", |
5 |
| - "description": "js-tool", |
6 |
| - "author": "Simon He", |
7 |
| - "license": "MIT", |
8 |
| - "repository": { |
9 |
| - "type": "git", |
10 |
| - "url": "git + git@github.com:Simon-He95/simon-js-tool.git" |
11 |
| - }, |
12 |
| - "bugs": { |
13 |
| - "url": "https://github.com/Simon-He95/simon-js-tool/issues" |
14 |
| - }, |
15 |
| - "keywords": [ |
16 |
| - "simon-js-tool", |
17 |
| - "@simon_he/s-three", |
18 |
| - "@simon_he/s-charts" |
19 |
| - ], |
20 |
| - "exports": { |
21 |
| - ".": { |
22 |
| - "types": "./dist/index.d.ts", |
23 |
| - "require": "./dist/index.js", |
24 |
| - "import": "./dist/index.mjs" |
25 |
| - } |
26 |
| - }, |
27 |
| - "main": "./dist/index.js", |
28 |
| - "module": "./dist/index.mjs", |
29 |
| - "types": "./dist/index.d.ts", |
30 |
| - "files": [ |
31 |
| - "dist" |
32 |
| - ], |
33 |
| - "scripts": { |
34 |
| - "build": "pkgroll --minify", |
35 |
| - "dev": "pkgroll --watch", |
36 |
| - "play": "pnpm run -C playground dev", |
37 |
| - "play:build": "pnpm run -C playground build", |
38 |
| - "serve": "pnpm run -C playground serve", |
39 |
| - "lint": "eslint .", |
40 |
| - "lint:fix": "eslint . --fix", |
41 |
| - "typecheck": "vue-tsc --noEmit", |
42 |
| - "test": "vitest -u", |
43 |
| - "test:e2e": "cypress open", |
44 |
| - "prepublishOnly": "nr build", |
45 |
| - "release": "bumpp --commit --tag --push && pnpm publish" |
46 |
| - }, |
47 |
| - "dependencies": { |
48 |
| - "@vueuse/core": "^8.1.1", |
49 |
| - "htmlparser2": "^8.0.1", |
50 |
| - "spark-md5": "^3.0.2", |
51 |
| - "vue": "^3.2.36" |
52 |
| - }, |
53 |
| - "devDependencies": { |
54 |
| - "@antfu/eslint-config": "^0.26.1", |
55 |
| - "@types/node": "^17.0.38", |
56 |
| - "@types/spark-md5": "^3.0.2", |
57 |
| - "@vitejs/plugin-vue": "^2.2.4", |
58 |
| - "bumpp": "^7.1.1", |
59 |
| - "eslint": "^8.16.0", |
60 |
| - "express": "^4.18.1", |
61 |
| - "lodash": "^4.17.21", |
62 |
| - "pkgroll": "^1.3.1", |
63 |
| - "simon-js-tool": "workspace:^4.0.17", |
64 |
| - "typescript": "^4.7.2", |
65 |
| - "vite": "^2.8.6", |
66 |
| - "vite-plugin-pages": "^0.22.0", |
67 |
| - "vitest": "^0.7.0", |
68 |
| - "vivid-typing": "^1.1.26" |
69 |
| - }, |
70 |
| - "eslintConfig": { |
71 |
| - "extends": "@antfu" |
72 |
| - } |
| 1 | +{ |
| 2 | + "name": "simon-js-tool", |
| 3 | + "version": "4.1.1", |
| 4 | + "packageManager": "pnpm@6.32.3", |
| 5 | + "description": "js-tool", |
| 6 | + "author": "Simon He", |
| 7 | + "license": "MIT", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "git + git@github.com:Simon-He95/simon-js-tool.git" |
| 11 | + }, |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/Simon-He95/simon-js-tool/issues" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "simon-js-tool", |
| 17 | + "@simon_he/s-three", |
| 18 | + "@simon_he/s-charts" |
| 19 | + ], |
| 20 | + "exports": { |
| 21 | + ".": { |
| 22 | + "types": "./dist/index.d.ts", |
| 23 | + "require": "./dist/index.js", |
| 24 | + "import": "./dist/index.mjs" |
| 25 | + } |
| 26 | + }, |
| 27 | + "main": "./dist/index.js", |
| 28 | + "module": "./dist/index.mjs", |
| 29 | + "types": "./dist/index.d.ts", |
| 30 | + "files": [ |
| 31 | + "dist" |
| 32 | + ], |
| 33 | + "scripts": { |
| 34 | + "build": "pkgroll --minify", |
| 35 | + "dev": "pkgroll --watch", |
| 36 | + "play": "pnpm run -C playground dev", |
| 37 | + "play:build": "pnpm run -C playground build", |
| 38 | + "serve": "pnpm run -C playground serve", |
| 39 | + "lint": "eslint .", |
| 40 | + "lint:fix": "eslint . --fix", |
| 41 | + "typecheck": "vue-tsc --noEmit", |
| 42 | + "test": "vitest -u", |
| 43 | + "test:e2e": "cypress open", |
| 44 | + "prepublishOnly": "nr build", |
| 45 | + "release": "bumpp --commit --tag --push && pnpm publish" |
| 46 | + }, |
| 47 | + "dependencies": { |
| 48 | + "@vueuse/core": "^8.1.1", |
| 49 | + "htmlparser2": "^8.0.1", |
| 50 | + "spark-md5": "^3.0.2", |
| 51 | + "vue": "^3.2.36" |
| 52 | + }, |
| 53 | + "devDependencies": { |
| 54 | + "@antfu/eslint-config": "^0.26.1", |
| 55 | + "@types/node": "^17.0.38", |
| 56 | + "@types/spark-md5": "^3.0.2", |
| 57 | + "@vitejs/plugin-vue": "^2.2.4", |
| 58 | + "bumpp": "^7.1.1", |
| 59 | + "eslint": "^8.16.0", |
| 60 | + "express": "^4.18.1", |
| 61 | + "lodash": "^4.17.21", |
| 62 | + "pkgroll": "^1.3.1", |
| 63 | + "simon-js-tool": "workspace:^4.0.17", |
| 64 | + "typescript": "^4.7.2", |
| 65 | + "vite": "^2.8.6", |
| 66 | + "vite-plugin-pages": "^0.22.0", |
| 67 | + "vitest": "^0.7.0", |
| 68 | + "vivid-typing": "^1.1.26" |
| 69 | + }, |
| 70 | + "eslintConfig": { |
| 71 | + "extends": "@antfu" |
| 72 | + } |
73 | 73 | }
|
0 commit comments