-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.91 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
{
"name": "@davidlougheed/snipe",
"version": "1.2.0",
"description": "A web tool for optimally choosing eDNA primer pairs to identify a set of taxa. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx webpack-dev-server",
"build-dev": "npx webpack --mode development",
"build": "npx webpack --mode production",
"format": "npx prettier ./src --write"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/davidlougheed/snipe.git"
},
"keywords": [
"edna"
],
"author": "David Lougheed <[email protected]>",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/davidlougheed/snipe/issues"
},
"homepage": "https://github.com/davidlougheed/snipe#readme",
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@upsetjs/react": "^1.11.0",
"@upsetjs/venn.js": "^1.4.2",
"antd": "^5.20.6",
"csv-parse": "^5.5.5",
"d3-color": "^3.1.0",
"d3-scale-chromatic": "^3.0.0",
"html-to-image": "^1.11.11",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.12.2",
"set.prototype.difference": "^1.1.6"
},
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.23.3",
"@types/d3-scale-chromatic": "^3.0.3",
"@types/lodash": "^4.17.7",
"@types/react-dom": "^18.3.0",
"@webpack-cli/generators": "^3.0.7",
"babel-loader": "^9.2.1",
"babel-plugin-import": "^1.13.8",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.1",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.5.3",
"prettier": "^3.3.3",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "~5.6.2",
"url-loader": "^4.1.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}