|
1 | 1 | { |
2 | 2 | "name": "algo", |
3 | 3 | "version": "1.0.0", |
| 4 | + "private": true, |
4 | 5 | "description": "* Sorting\r * Bubble Sort\r * Insertion Sort\r * Searching\r * Linear Search\r * Binary Search", |
5 | | - "main": "index.js", |
| 6 | + "author": "", |
6 | 7 | "scripts": { |
| 8 | + "serve": "vue-cli-service serve", |
| 9 | + "build": "vue-cli-service build", |
| 10 | + "lint": "vue-cli-service lint", |
7 | 11 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | 12 | }, |
9 | | - "repository": { |
10 | | - "type": "git", |
11 | | - "url": "git+https://github.com/Bappy4u/algorithm-visualizer.git" |
| 13 | + "main": "index.js", |
| 14 | + "dependencies": { |
| 15 | + "core-js": "^3.8.3", |
| 16 | + "vue": "^3.2.13" |
12 | 17 | }, |
13 | | - "keywords": [], |
14 | | - "author": "", |
15 | | - "license": "ISC", |
| 18 | + "devDependencies": { |
| 19 | + "@babel/core": "^7.12.16", |
| 20 | + "@babel/eslint-parser": "^7.12.16", |
| 21 | + "@vue/cli": "^5.0.8", |
| 22 | + "@vue/cli-plugin-babel": "~5.0.0", |
| 23 | + "@vue/cli-plugin-eslint": "~5.0.0", |
| 24 | + "@vue/cli-service": "~5.0.0", |
| 25 | + "eslint": "^7.32.0", |
| 26 | + "eslint-plugin-vue": "^8.0.3" |
| 27 | + }, |
| 28 | + "eslintConfig": { |
| 29 | + "root": true, |
| 30 | + "env": { |
| 31 | + "node": true |
| 32 | + }, |
| 33 | + "extends": [ |
| 34 | + "plugin:vue/vue3-essential", |
| 35 | + "eslint:recommended" |
| 36 | + ], |
| 37 | + "parserOptions": { |
| 38 | + "parser": "@babel/eslint-parser" |
| 39 | + }, |
| 40 | + "rules": {} |
| 41 | + }, |
| 42 | + "browserslist": [ |
| 43 | + "> 1%", |
| 44 | + "last 2 versions", |
| 45 | + "not dead", |
| 46 | + "not ie 11" |
| 47 | + ], |
| 48 | + |
16 | 49 | "bugs": { |
17 | 50 | "url": "https://github.com/Bappy4u/algorithm-visualizer/issues" |
18 | 51 | }, |
19 | | - "homepage": "https://github.com/Bappy4u/algorithm-visualizer#readme" |
| 52 | + "homepage": "https://github.com/Bappy4u/algorithm-visualizer#readme", |
| 53 | + "keywords": [], |
| 54 | + "license": "ISC", |
| 55 | + "readme": "ERROR: No README data found!", |
| 56 | + "repository": { |
| 57 | + "type": "git", |
| 58 | + "url": "git+https://github.com/Bappy4u/algorithm-visualizer.git" |
| 59 | + } |
20 | 60 | } |
0 commit comments