-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.72 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
{
"name": "ohif-nun-db",
"keywords": [
"ohif",
"ohif-extension",
"nun-db",
"react",
"typescript",
"webpack",
"babel",
"jest",
"npm-watch",
"npm"
],
"version": "1.2.6",
"description": "",
"module": "src/index.ts",
"main": "dist/umd/ohif-nun-db/index.umd.js",
"watch": {
"build": {
"patterns": [
"src/**/*"
],
"extensions": "ts,tsx,js,jsx"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production webpack --config .webpack/webpack.prod.js",
"watch": "npm-watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"jest": "^29.5.0",
"@babel/core": "^7.21.3",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-regenerator": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.21.0",
"@types/jest": "^29.5.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^8.0.0-beta.4",
"babel-plugin-inline-react-svg": "^2.0.1",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"dotenv": "^14.1.0",
"eslint": "^5.0.1",
"eslint-loader": "^2.0.0",
"jest-environment-jsdom": "^29.5.0",
"npm-watch": "^0.11.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"nun-db-react": "^1.0.3",
"@babel/runtime": "7.7.6"
}
}