-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.93 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
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build --stream",
"build:watch": "lerna run build --stream -- --watch",
"bump-version": "lerna version --exact --no-git-tag-version --no-push",
"chromium-revision": "./scripts/chromium-revision",
"clean": "git clean -Xdf --exclude !node_modules",
"lint": "eslint --ignore-path .gitignore .",
"readme": "lerna run --parallel readme",
"postinstall": "lerna run --stream postinstall",
"test": "lerna run --stream --concurrency=1 test",
"test:coverage": "lerna run --stream --concurrency=1 test:coverage",
"test:types": "lerna run --parallel test:types"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.7",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/register": "^7.11.5",
"@oclif/dev-cli": "^1.22.2",
"@rollup/plugin-alias": "^3.1.3",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.1",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-module-resolver": "^4.0.0",
"cross-env": "^7.0.2",
"eslint": "^7.30.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"gaze": "^1.1.3",
"jasmine": "^3.8.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.0.2",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.1",
"karma-jasmine": "^4.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-rollup-preprocessor": "^7.0.5",
"lerna": "^4.0.0",
"nock": "^13.1.1",
"nyc": "^15.1.0",
"rollup": "^2.53.2",
"tsd": "^0.17.0"
},
"repository": {
"type": "git",
"url": "https://github.com/percy/cli"
}
}