|
| 1 | +{ |
| 2 | + "name": "@anglesharp/js", |
| 3 | + "version": "0.16.0", |
| 4 | + "preview": true, |
| 5 | + "description": "The doclet for the AngleSharp.Js documentation.", |
| 6 | + "keywords": [ |
| 7 | + "pilet" |
| 8 | + ], |
| 9 | + "dependencies": {}, |
| 10 | + "devDependencies": { |
| 11 | + "@anglesharp/website": "1.0.0", |
| 12 | + "@types/react": "^17.0.5", |
| 13 | + "@types/react-dom": "^17.0.5", |
| 14 | + "@types/react-router": "latest", |
| 15 | + "@types/react-router-dom": "^5.1.7", |
| 16 | + "@types/node": "^15.3.0", |
| 17 | + "typescript": "^4.2.4", |
| 18 | + "@dbeining/react-atom": "4.1.19", |
| 19 | + "@libre/atom": "1.3.3", |
| 20 | + "history": "4.10.1", |
| 21 | + "react": "17.0.2", |
| 22 | + "react-dom": "17.0.2", |
| 23 | + "react-router": "5.2.0", |
| 24 | + "react-router-dom": "5.2.0", |
| 25 | + "tslib": "2.2.0", |
| 26 | + "path-to-regexp": "1.8.0", |
| 27 | + "piral-cli": "^0.13.3-pre.2480", |
| 28 | + "piral-cli-parcel": "^0.13.3-pre.2480" |
| 29 | + }, |
| 30 | + "peerDependencies": { |
| 31 | + "@dbeining/react-atom": "*", |
| 32 | + "@libre/atom": "*", |
| 33 | + "history": "*", |
| 34 | + "react": "*", |
| 35 | + "react-dom": "*", |
| 36 | + "react-router": "*", |
| 37 | + "react-router-dom": "*", |
| 38 | + "tslib": "*", |
| 39 | + "path-to-regexp": "*", |
| 40 | + "@anglesharp/website": "*" |
| 41 | + }, |
| 42 | + "scripts": { |
| 43 | + "start": "pilet debug", |
| 44 | + "build": "pilet build", |
| 45 | + "upgrade": "pilet upgrade" |
| 46 | + }, |
| 47 | + "main": "dist/index.js", |
| 48 | + "files": [ |
| 49 | + "dist" |
| 50 | + ], |
| 51 | + "piral": { |
| 52 | + "comment": "Keep this section to use the Piral CLI.", |
| 53 | + "name": "@anglesharp/website" |
| 54 | + }, |
| 55 | + "peerModules": [ |
| 56 | + "piral-docs-tools/components" |
| 57 | + ] |
| 58 | +} |
0 commit comments