This repository was archived by the owner on May 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.41 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.41 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
{
"name": "utils",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"start": "nps"
},
"dependencies": {
"@salte-io/salte-pages": "^1.0.1",
"@webcomponents/webcomponentsjs": "^2.4.4",
"ansi-to-html": "^0.6.14",
"chalk": "^4.0.0",
"clipboard-polyfill": "^3.0.0",
"crypto-js": "^4.0.0",
"highlight.js": "^11.0.0",
"keycode-js": "^3.0.0",
"lit-element": "^2.3.1",
"node-uuid": "^1.4.8",
"outdent": "^0.8.0",
"page": "^1.11.6",
"pretty-data": "^0.40.0",
"promise.prototype.finally": "^3.1.2",
"sql-formatter": "^4.0.2",
"typeit": "^7.0.4",
"url-polyfill": "^1.1.12",
"web-animations-js": "^2.3.2",
"yargs-parser": "^20.2.7"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/preset-env": "^7.14.7",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.26.0",
"eslint-plugin-compat": "^3.9.0",
"nps": "^5.10.0",
"parcel-bundler": "^1.12.4",
"parcel-plugin-markdown-string": "^1.4.2"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 Edge versions"
],
"sw-precache": {
"skipWaiting": true
}
}