-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 2.91 KB
/
Copy pathpackage.json
File metadata and controls
124 lines (124 loc) · 2.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "beyond",
"version": "1.4.1",
"author": "BeyondJS",
"description": "The Full Stack Universal Typescript Framework",
"email": "hello@beyondjs.com",
"license": "MIT",
"repository": "https://github.com/beyondjs/engine",
"files": [
"bin",
"lib"
],
"bin": {
"beyond": "bin/index.js"
},
"keywords": [
"universal",
"universal javascript",
"universal typescript",
"isomorphic",
"isomorphic javascript",
"isomorphic typescript",
"framework",
"typescript",
"javascript",
"ts",
"web components",
"widgets",
"backend",
"sigle page",
"spa",
"modular development",
"microfrontend",
"micro frontend",
"microservices",
"micro services",
"hmr",
"hot module replacement",
"ssr",
"server side rendering",
"typescript packager",
"dts",
"JAMStack",
"real time",
"react",
"react framework",
"ssr react framework",
"vue",
"vue framework",
"ssr vue framework",
"widgets",
"svelte",
"svelte framework",
"ssr svelte framework",
"socket.io",
"websockets"
],
"scripts": {
"test-overwrites": "cd tests/overwrites && node ../../index.js --inspector 4000"
},
"engines": {
"node": ">=14.17.4",
"npm": ">=6.0.0"
},
"exports": {
".": "./lib/index.js",
"./mformat": "./lib/engine/mformat/index.js",
"./typings": "./lib/engine/typings/index.js",
"./inspect-service": "./lib/inspect/service/index.js",
"./sdk": "./lib/engine/process/bundler/index.js"
},
"params": {
"templates-pkg": "@beyond-js/scaffolding"
},
"dependencies": {
"@beyond-js/specifier-parser": "^0.0.3",
"@beyond-js/fs": "^0.0.1",
"@beyond-js/bee": "^0.0.8",
"@babel/core": "^7.18.6",
"@babel/generator": "^7.18.7",
"@babel/parser": "^7.18.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-syntax-class-properties": "^7.12.1",
"@babel/plugin-transform-modules-amd": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.6",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/traverse": "^7.18.6",
"@mdx-js/mdx": "^2.1.5",
"@types/mdx": "^2.0.3",
"@types/node": "^18.11.11",
"ajv": "^6.12.2",
"ansi-to-html": "^0.6.14",
"archiver": "^3.1.1",
"async": "^2.6.4",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.3.1",
"clean-css": "^5.3.0",
"colors": "1.4.0",
"concat-with-sourcemaps": "^1.1.0",
"convert-source-map": "^1.7.0",
"formidable": "^3.2.5",
"html-minifier": "^4.0.0",
"json-format": "^1.0.1",
"node-fetch": "^2.6.7",
"path": "^0.12.7",
"prettier": "2.6.2",
"resolve-package-path": "^4.0.3",
"sass": "^1.53.0",
"socket.io": "^4.5.1",
"source-map": "^0.7.4",
"sqlite3": "^5.0.8",
"svelte": "^3.49.0",
"typescript": "4.7.4",
"uglify-js": "^3.16.2",
"uimport": "1.2.9",
"vue": "^3.2.37",
"yargs": "^17.5.1",
"inquirer": "^8.2.5",
"global-modules": "^2.0.0"
}
}