-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
88 lines (88 loc) · 2.5 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
{
"name": "@sifrr/dev",
"description": "All you need to develop packages/apps.",
"version": "0.0.44",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sifrr/sifrr-dev.git"
},
"keywords": [
"sifrr",
"dev",
"development",
"testing",
"changelog",
"eslint"
],
"author": "Sifrr",
"bugs": {
"url": "https://github.com/sifrr/sifrr-dev/issues"
},
"main": "src/sifrr.dev.js",
"module": "dist/sifrr.dev.module.js",
"homepage": "https://github.com/sifrr/sifrr-dev",
"browserslist": [
"maintained node versions"
],
"scripts": {
"test": "./scripts/test/runall",
"test-server": "./scripts/test/runall -s",
"build": "./node_modules/.bin/rollup -c"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.5.5",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@rollup/plugin-replace": "^2.2.1",
"@sifrr/eslint-config": "^0.0.4",
"@sifrr/fetch": "^0.0.9",
"@sifrr/server": "^0.0.9",
"autoprefixer": "^9.6.1",
"babel-plugin-istanbul": "^6.0.0",
"browserslist": "^4.6.6",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"conventional-changelog": "^3.1.10",
"coveralls": "^3.0.6",
"cssnano": "^4.1.10",
"graphql": "^14.5.3",
"husky": "^4.0.0",
"istanbul-api": "^3.0.0",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-hook": "^3.0.0",
"istanbul-lib-instrument": "^4.0.1",
"istanbul-lib-report": "^3.0.0",
"istanbul-lib-source-maps": "^3.0.6",
"istanbul-reports": "^3.0.1",
"json-fn": "^1.1.1",
"mocha": "^8.0.1",
"mocha-junit-reporter": "^2.0.0",
"mock-require": "^3.0.3",
"node-fetch": "^2.6.0",
"node-sass": "^5.0.0",
"portfinder": "^1.0.21",
"prettier": "^2.0.2",
"puppeteer": "5.5.0",
"repl": "^0.1.3",
"rollup": "^2.6.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^3.1.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"sinon": "^9.0.0",
"typescript": "^4.0.2",
"uWebSockets.js": "uNetworking/uWebSockets.js#v18.14.0"
},
"resolutions": {
"uWebSockets.js": "uNetworking/uWebSockets.js#v18.9.0"
}
}