This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
126 lines (126 loc) · 3.95 KB
/
package.json
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
125
126
{
"name": "@chialab/rna-cli",
"version": "3.13.11",
"description": "A CLI to rule them all.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/chialab/rna-cli.git"
},
"author": "Chialab <[email protected]> (https://www.chialab.it)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chialab/rna-cli/issues"
},
"bin": {
"rna": "index.js"
},
"homepage": "https://www.chialab.io/p/rna-cli",
"engines": {
"node": ">=10.12.0"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/helper-module-imports": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-proposal-private-methods": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/plugin-transform-runtime": "~7.12.0",
"@babel/plugin-transform-typescript": "^7.12.1",
"@babel/preset-env": "^7.9.0",
"@babel/runtime": "~7.12.0",
"@chialab/proteins": "^3.2.1",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^8.0.0",
"@rollup/pluginutils": "^3.0.10",
"acorn-walk": "^7.1.1",
"autoprefixer": "^9.8.0",
"babel-eslint": "^10.1.0",
"babel-plugin-htm": "^3.0.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"browserslist": "^4.12.0",
"chai": "^4.2.0",
"chokidar": "^3.4.0",
"colors": "^1.4.0",
"compression": "^1.7.4",
"core-js": "^3.6.4",
"cors": "^2.8.5",
"cssnano": "^4.1.10",
"diff": "^4.0.2",
"dotenv": "^8.2.0",
"dts-apigen": "^1.0.0-beta.19",
"edge-launcher": "^1.2.2",
"eslint": "^6.8.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-mocha-no-only": "^1.1.0",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"glob": "^7.1.6",
"gzip-size": "^5.1.1",
"i18next-conv": "^9.2.1",
"inquirer": "^6.5.1",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-lib-source-maps": "^4.0.0",
"istanbul-reports": "^3.0.2",
"jimp": "^0.9.8",
"js-beautify": "^1.11.0",
"jsdom": "^16.2.2",
"karma": "^5.0.7",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-detect-browsers": "^2.3.3",
"karma-firefox-launcher": "^1.3.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^2.0.0",
"karma-opera-launcher": "^1.0.0",
"karma-source-map-support": "^1.4.0",
"lerna": "^3.21.0",
"localtunnel": "^2.0.0",
"lodash": "^4.17.15",
"magic-string": "^0.25.6",
"marked": "^0.7.0",
"marked-terminal": "^3.3.0",
"mocha": "^7.1.2",
"node-fetch": "^2.6.0",
"polyfill-library": "^3.93.0",
"postcss": "^7.0.30",
"postcss-all-unset": "^1.1.0",
"postcss-custom-properties": "^9.1.1",
"postcss-focus-visible": "^4.0.0",
"postcss-focus-within": "^3.0.0",
"postcss-import": "^12.0.1",
"postcss-scss": "^2.1.1",
"promise-polyfill": "^8.1.3",
"resolve": "^1.17.0",
"rollup": "^2.10.2",
"rollup-plugin-sourcemaps": "^0.5.0",
"sass": "^1.26.5",
"sauce-connect-launcher": "^1.3.2",
"selenium-webdriver": "^4.0.0-alpha.7",
"semver": "^6.3.0",
"serve-index": "^1.9.1",
"source-map-support": "^0.5.19",
"spdx-license-list": "^6.2.0",
"stylelint": "^13.4.0",
"stylelint-order": "^4.0.0",
"systemjs": "^5.0.0",
"terser": "^4.7.0",
"tslib": "^2.0.0",
"typescript": "^3.9.2",
"workbox-build": "^4.3.1"
},
"devDependencies": {
"@types/node": "^14.0.1"
}
}