This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
71 lines (71 loc) · 2.41 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
{
"private": true,
"version": "0.0.1",
"description": "444 charts",
"scripts": {
"build": "cross-env NODE_ENV=production lerna run build --stream",
"build:watch": "lerna run build:watch --stream --no-sort --concurrency 99",
"lint": "lerna run lint",
"sense": "lerna run --stream sense",
"sense:watch": "lerna run --stream --no-sort --concurrency 99 sense:watch",
"specs": "node scripts/generate-specs.js",
"test": "pnpm run test:unit",
"test:rendering": "playwright test --config=./test/rendering/playwright.config.rendering.js --quiet",
"test:rendering:ci": "node ./scripts/rendering-test.js",
"test:rendering:debug": "cross-env DEBUG=true playwright test --config=./test/rendering/playwright.config.rendering.js --headed",
"test:integration": "playwright test --config=./test/integration/playwright.config.integration.js --quiet --workers=1",
"test:unit": "jest",
"version": "pnpm specs && git add **/*/api-specifications"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@after-work.js/aw": "6.0.14",
"@babel/core": "7.25.8",
"@babel/eslint-parser": "7.25.8",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@nebula.js/cli": "5.6.0",
"@nebula.js/cli-build": "5.6.0",
"@nebula.js/cli-sense": "5.6.0",
"@nebula.js/cli-serve": "5.6.0",
"@playwright/test": "1.48.0",
"@scriptappy/cli": "0.10.0",
"@testing-library/jest-dom": "6.5.0",
"babel-jest": "29.7.0",
"babel-loader": "9.2.1",
"chai": "4.5.0",
"cross-env": "7.0.3",
"enigma.js": "2.14.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.1",
"extend": "3.0.2",
"fs-extra": "11.2.0",
"html-webpack-plugin": "5.6.0",
"jest": "29.7.0",
"jest-canvas-mock": "2.5.2",
"jest-circus": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "16.0.0",
"jsdoc-to-markdown": "9.0.2",
"lerna": "8.1.8",
"mocha-junit-reporter": "2.2.1",
"prettier": "3.3.3",
"sinon": "19.0.2",
"sinon-chai": "4.0.0",
"webpack": "5.95.0",
"webpack-dev-server": "3.11.3"
},
"pnpm": {
"overrides": {
"caniuse-lite": "1.0.30001668"
}
}
}