forked from allen-cell-animated/vole-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 4.96 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 4.96 KB
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
{
"name": "@aics/vole-app",
"version": "3.3.0",
"description": "web view of cell volume images",
"main": "es/index.js",
"module": "es/index.js",
"browser": "es/index.js",
"types": "type-declarations",
"files": [
"es",
"type-declarations",
"README.md",
"package.json"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allen-cell-animated/vole-app.git"
},
"scripts": {
"start": "webpack serve --config webpack.dev.js --env env=dev",
"gh-build-nightly": "webpack --config webpack.dev.js --env env=production basename=/vole-app/",
"gh-build-release": "webpack --config webpack.dev.js --env env=production basename=/website-3d-cell-viewer-release/",
"s3-build": "webpack --config webpack.dev.js --env env=production",
"docker-build": "webpack --config webpack.common.js --env env=production",
"dev": "webpack --config webpack.dev.js --env env=dev",
"lint": "eslint --config ./.eslintrc --ignore-path ./.eslintignore --ext .jsx --ext .js --ext .ts --ext .tsx ./",
"test": "jest --coverage --passWithNoTests",
"test:github-action": "jest --silent --passWithNoTests --ci --coverage --coverageReporters=\"text\" --coverageReporters=\"text-summary\" --outputFile=\"report.json\"",
"typeCheck": "tsc -p tsconfig.json --noEmit",
"generateTypes": "tsc -p tsconfig.base.json --emitDeclarationOnly",
"transpileES": "cross-env TS_NODE_PROJECT=tsconfig.es.json BABEL_ENV=es babel src --out-dir es --extensions \".js,.jsx,.ts,.tsx,.svg\" --ignore src/**/*.test.*",
"build": "npm-run-all generateTypes postcss transpileES",
"postcss": "postcss src/**/*.css --base src --dir es",
"publish-patch": "npm version patch | xargs -I {} sh -c 'git push origin {}'",
"postpublish-patch": "git push origin main",
"prepare": "cross-env DEPLOYMENT_ENV=production npm run build",
"predeploy": "cross-env DEPLOYMENT_ENV=production npm run dev",
"deploy": "gh-pages -d imageviewer -t true",
"checks": "npm run lint && npm run typeCheck && npm run test"
},
"author": "Megan Riel-Mehan",
"license": "ISC",
"dependencies": {
"@aics/vole-core": "^4.8.2",
"@ant-design/icons": "^5.2.5",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"color-string": "^1.5.3",
"d3": "^7.9.0",
"fuse.js": "^7.0.0",
"lodash": "^4.17.20",
"nouislider-react": "^3.4.2",
"react-color": "^2.19.3",
"react-router-dom": "^6.26.2",
"styled-components": "^6.1.13",
"usehooks-ts": "^3.1.0",
"uuid": "^13.0.0",
"zustand": "^5.0.6"
},
"peerDependencies": {
"antd": "^5.16.2",
"react": "18.x",
"react-dom": "18.x",
"three": "^0.171.0"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@dr.pogodin/babel-preset-svgr": "^1.8.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/color-string": "^1.5.2",
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.14.185",
"@types/react": "^18.x",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.x",
"@types/three": "^0.171.0",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"antd": "^5.16.2",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"babel-plugin-replace-import-extension": "^1.1.3",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"command-line-args": "^5.1.1",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"esbuild": "^0.14.50",
"esbuild-jest": "^0.5.0",
"eslint": "^8.20.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"file-loader": "^6.2.0",
"firebase": "^7.x",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.3.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.2.0",
"mini-css-extract-plugin": "^2.9.1",
"morgan": "^1.9.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"postcss-discard-comments": "^7.0.3",
"postcss-extend-rule": "^4.0.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-mixins": "^11.0.3",
"postcss-nested": "^6.2.0",
"postcss-simple-vars": "^7.0.1",
"postcss-url": "^10.1.3",
"prettier": "^3.3.3",
"prop-types": "^15.5.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"resolve-url-loader": "^5.0.0",
"style-loader": "^4.0.0",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.9.3",
"webpack-merge": "^5.8.0",
"webpack-shell-plugin": "^0.5.0"
}
}