-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.46 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4.46 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
{
"name": "simularium-webapp",
"version": "0.15.0",
"description": "",
"main": "src/index.tsx",
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC",
"scripts": {
"start": "webpack serve --config ./webpack/webpack.config.js --env env=dev",
"pregh-deploy": "npm run build",
"gh-deploy": "gh-pages -d dist",
"build:staging": "cross-env NODE_ENV=staging webpack --config ./webpack/webpack.config.js --env env=staging",
"build": "cross-env NODE_ENV=production webpack --config ./webpack/webpack.config.js --env env=production",
"lint": "eslint src --ext .ts,.tsx",
"typeCheck": "tsc -p tsconfig.json --noEmit",
"update-viewer": "npm i @aics/simularium-viewer@latest",
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest",
"test-watch": "jest --coverage --watchAll",
"version": "auto-changelog -p --tag-pattern v.+ && git add CHANGELOG.md"
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.19.3",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime": "7.19.0",
"@types/classnames": "2.2.7",
"@types/enzyme": "3.1.18",
"@types/jest": "^29.5.14",
"@types/jsdom": "12.2.2",
"@types/lodash": "4.14.121",
"@types/node": "^22.8.4",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/react-plotly.js": "^2.2.4",
"@types/react-router-dom": "^5.1.5",
"@types/sinon": "7.0.6",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@webpack-cli/serve": "^2.0.5",
"auto-changelog": "^2.3.0",
"babel-jest": "^29.2.2",
"babel-loader": "8.0.5",
"babel-plugin-import": "1.11.0",
"clean-webpack-plugin": "4.0.0",
"cross-env": "7.0.3",
"css-loader": "6.7.1",
"dotenv": "^10.0.0",
"enzyme": "3.9.0",
"esbuild": "^0.25.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "4.0.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.1.0",
"fork-ts-checker-webpack-plugin": "7.2.13",
"gh-pages": "^5.0.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "5.5.0",
"husky": "1.3.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"jsdom": "16.7.0",
"jsdom-global": "3.0.2",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"less-vars-to-js": "^1.3.0",
"lint-staged": "^11.2.6",
"lodash-es": "^4.17.23",
"mini-css-extract-plugin": "2.6.1",
"postcss": "^8.4.17",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-loader": "7.0.1",
"postcss-preset-env": "7.8.2",
"prettier": "2.7.1",
"raw-loader": "^4.0.2",
"sinon": "7.2.4",
"style-loader": "3.3.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.2",
"typescript": "5.6.3",
"typescript-plugin-css-modules": "5.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.105.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.1"
},
"dependencies": {
"@aics/simularium-viewer": "^3.10.3",
"@ant-design/css-animation": "^1.7.3",
"@ant-design/icons": "^4.8.3",
"antd": "^5.22.3",
"axios": "^1.13.5",
"bowser": "^2.11.0",
"classnames": "2.2.5",
"core-js": "2.5.5",
"lodash": "^4.17.23",
"moment": "^2.29.4",
"plotly.js": "^2.25.2",
"query-string": "^6.13.1",
"raf": "^3.4.1",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^3.3.2",
"react-markdown": "^7.0.1",
"react-plotly.js": "^2.5.0",
"react-redux": "^8.0.4",
"react-router-dom": "^5.2.0",
"react-waypoint": "^10.3.0",
"redux": "4.2.0",
"redux-logic": "^3.0.3",
"reselect": "4.0.0",
"styled-components": "^6.1.13",
"use-debounce": "^9.0.4",
"uuid": "^9.0.1"
}
}