-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
67 lines (67 loc) · 2.11 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": "onezoom",
"version": "1.0.0",
"description": "OneZoom is a fractal tree of life explorer.",
"main": "Gruntfile.js",
"directories": {
"js_src": "OZprivate/rawJS/OZTreeModule/src",
"js_dist": "OZprivate/rawJS/OZTreeModule/dist",
"js_dest": "static/OZTreeModule/dist",
"css_src": "OZprivate/scss",
"css_dist": "static/css",
"old_css_dest_and_dist": "static/OZSponsor"
},
"scripts": {
"test": "npx babel-tape-runner OZprivate/rawJS/OZTreeModule/tests/*.js",
"comment": "openssl-legacy-provider is needed for node 18 until we upgrade webpack - https://stackoverflow.com/a/69699772",
"compile_js": "webpack --mode production",
"compile_js_dev:watch": "webpack --mode development --watch --config webpack.config.dev.js",
"compile_js_dev": "webpack --mode development"
},
"repository": {
"type": "git",
"url": "https://github.com/jrosindell/OneZoomComplete.git"
},
"keywords": [
"onezoom"
],
"author": "",
"license": "SEE LICENSE IN license.txt",
"bugs": {
"url": "https://github.com/jrosindell/OneZoomComplete/issues"
},
"homepage": "https://github.com/jrosindell/OneZoomComplete",
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"almost-equal": "^1.1.0",
"babel-loader": "^9.1.3",
"babel-polyfill": "^6.26.0",
"babel-tape-runner": "^3.0.0",
"babelify": "^10.0.0",
"compression-webpack-plugin": "^11.1.0",
"filemanager-webpack-plugin": "^8.0.0",
"grunt": "^1.6.1",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-curl": "^2.5.1",
"grunt-exec": "^3.0.0",
"grunt-jsdoc-to-markdown": "^6.0.0",
"html-webpack-plugin": "^5.6.0",
"jsdom": "^24.0.0",
"tape": "^5.7.5",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"grunt-sass": "^3.1.0",
"lodash": "^4.17.21",
"npm": "^10.5.2",
"sass": "^1.72.0"
}
}