-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
53 lines (53 loc) · 1.49 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
{
"name": "open-synthesis",
"version": "0.0.3",
"description": "Open platform for CIA-style intelligence analysis",
"private": true,
"main": "index.js",
"scripts": {
"build": "npx webpack --config webpack.config.prod.js",
"watch": "NODE_ENV='development' npx webpack --config webpack.config.dev.js --watch",
"postinstall": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twschiller/open-synthesis.git"
},
"keywords": [
"intelligence analysis",
"ACH",
"analysis of competing hypotheses"
],
"author": "Todd Schiller",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/twschiller/open-synthesis/issues"
},
"homepage": "https://github.com/twschiller/open-synthesis#readme",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"bootstrap": "^3.4.1",
"bootstrap-datepicker": "^1.10.0",
"css-loader": "^7.1.2",
"eslint": "^9.15.0",
"file-loader": "^6.2.0",
"jquery": "^3.7.1",
"mini-css-extract-plugin": "^2.9.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"@selectize/selectize": "^0.15.2",
"style-loader": "^4.0.0",
"webpack": "^5.96.1",
"webpack-bundle-tracker": "^1.8.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1"
},
"engine-strict": true,
"engines": {
"node": ">=18.13 <19",
"npm": "8.x"
}
}