forked from cornerstonejs/cornerstone3D
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
145 lines (145 loc) · 4.88 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "root",
"description": "Cornerstone.js Monorepo Root - Beta",
"private": true,
"workspaces": [
"packages/*"
],
"repository": "https://github.com/cornerstonejs/cornerstone3D-beta",
"sideEffects": false,
"engines": {
"node": ">=12",
"yarn": ">=1.19.1"
},
"scripts": {
"api-check": "lerna run api-check",
"build": "lerna run build --stream",
"build:umd": "lerna run build:umd --stream",
"build:update-api:core": "cd packages/core && npm run build:update-api",
"build:update-api:tools": "cd packages/tools && npm run build:update-api",
"build:update-api:adapters": "cd packages/adapters && npm run build:update-api",
"build:update-api:streaming": "cd packages/streaming-image-volume-loader && npm run build:update-api",
"build:update-api": "npm run build:update-api:core && npm run build:update-api:tools && npm run build:update-api:streaming",
"example": "node ./utils/ExampleRunner/example-runner-cli.js",
"all-examples": "node ./utils/ExampleRunner/build-all-examples-cli.js --fromRoot",
"build-all-examples": "node ./utils/ExampleRunner/build-all-examples-cli.js --build --fromRoot",
"serve-static-examples": "npx serve .static-examples",
"build:all": "lerna run build:all",
"dev": "yarn run all-examples",
"docs": "lerna run docs",
"docs:watch": "lerna run docs:watch",
"preinstall": "node preinstall.js",
"start": "yarn run dev",
"test:firefox": "karma start ./karma.conf.js --browsers Firefox",
"test:dev": "karma start",
"test:ci": "karma start --single-run",
"test": "karma start",
"test:debug": "karma start ./karma.conf.js --browsers Chrome --no-single-run",
"lint-staged": "lint-staged",
"lint": "eslint --quiet -c .eslintrc.json packages/**/src",
"webpack:watch": "lerna run webpack:watch"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/plugin-external-helpers": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "7.17.9",
"@cornerstonejs/calculate-suv": "1.0.2",
"@microsoft/api-extractor": "7.19.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "^14.18.9",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"acorn": "^7.1.0",
"acorn-jsx": "^5.2.0",
"autoprefixer": "^10.4.2",
"babel-loader": "8.2.3",
"babel-plugin-istanbul": "^6.1.1",
"clean-webpack-plugin": "^3.0.0",
"commander": "^9.0.0",
"copy-webpack-plugin": "^8.1.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"cssnano": "^4.1.11",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint-webpack-plugin": "^4.0.0",
"file-loader": "^6.2.0",
"follow-redirects": "^1.10.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^4.3.8",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^4.0.2",
"jest": "^27.5.1",
"karma": "^6.3.12",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^4.0.1",
"karma-junit-reporter": "^2.0.1",
"karma-spec-reporter": "0.0.33",
"karma-webpack": "^5.0.0",
"lerna": "^4.0.0",
"lint-staged": "^10.5.4",
"netlify-cli": "^9.13.3",
"path-browserify": "^1.0.1",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.1",
"prettier": "^2.8.3",
"prop-types": "^15.8.1",
"puppeteer": "^13.5.0",
"rollup": "^3.12.0",
"shader-loader": "^1.3.1",
"shelljs": "^0.8.5",
"sinon": "^10.0.0",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^4.0.0",
"ts-loader": "^9.2.6",
"typedoc": "^0.22.13",
"typescript": "4.6.4",
"unzipper": "^0.10.9",
"url-loader": "^4.1.1",
"webpack": "5.67.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^3.11.3",
"webpack-merge": "5.8.0",
"worker-loader": "^3.0.8",
"xml2js": "^0.4.23"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"packages/**/*.{ts,js,jsx,tsx,json,md,css}": [
"eslint --fix",
"prettier --write"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie < 11",
"not op_mini all"
],
"dependencies": {}
}