-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
121 lines (121 loc) · 4.68 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
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
{
"name": "undebate",
"version": "0.0.18",
"description": "Not debates, but a place where voters can get to know their candidates",
"main": "dist/index.js",
"scripts": {
"db-up": "start /b mongod --quiet --dbpath ./tmp/db --port 27017",
"db-down": "mongo --eval \"db.getSiblingDB('admin').shutdownServer(); quit()\"",
"start": "node --max_old_space_size=460 dist/start.js",
"test": "jest",
"test:coverage": "npm test -- --coverage",
"test:watch": "npm test -- --watch",
"svgr": "svgr --icon --filename-case kebab assets/svg --out-dir app/svgr && rm app/svgr/index.js",
"transpile": "babel app --ignore **/__tests__ --out-dir dist --source-maps",
"hot-transpile": "babel --watch app --ignore **/__tests__ --out-dir dist --source-maps",
"hot-server": "nodemon --inspect dist/start.js",
"hot-server-no-inspect": "nodemon dist/start.js",
"hot-client": "webpack-dev-server --config webpack-dev.config.js --devtool source-map --host 0.0.0.0",
"prepare": "bash build.sh",
"packbuild": "webpack --config webpack-prod.config.js",
"circularcheck": "webpack --config webpack-circular.config.js",
"dev": "bash build.sh && echo \"these delays need to be kept up to date\" && concurrently -k \"npm run hot-transpile\" \"sleep 20 && npm run hot-server\" \"sleep 15 && npm run hot-client\"",
"dev-no-inspect": "echo \"these delays need to be kept up to date\" && concurrently -k \"npm run hot-transpile\" \"sleep 20 && npm run hot-server-no-inspect\" \"sleep 15 && npm run hot-client\"",
"dbtest": "node --inspect-brk node_modules/jest/bin/jest.js --runInBand --config ./jest-db.config.js --runTestsByPath",
"storybook": "bash build.sh && start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Synaccord/undebate.git"
},
"author": "David Fridley",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/Synaccord/undebate/issues"
},
"homepage": "https://github.com/Synaccord/undebate#readme",
"optionalDependencies": {
"@shelf/jest-mongodb": "^2.2.0",
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-links": "^6.4.9",
"@storybook/builder-webpack5": "^6.4.9",
"@storybook/manager-webpack5": "^6.4.9",
"@storybook/react": "^6.4.9",
"circular-dependency-plugin": "^5.2.2",
"concurrently": "^6.4.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"husky": "^4.3.8",
"jest": "^27.4.5",
"jest-enzyme": "^7.1.2",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"webpack-dev-server": "^4.6.0"
},
"peerDependencies": {
"civil-client": "github:EnCiv/civil-client",
"civil-server": "github:EnCiv/civil-server"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/plugin-transform-react-inline-elements": "^7.16.0",
"@babel/plugin-transform-regenerator": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@svgr/cli": "^6.1.2",
"babel-loader": "^8.2.3",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@google-cloud/speech": "^4.9.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@sap_oss/node-socketio-stream": "^1.0.3",
"classnames": "^2.3.1",
"cloudinary": "^1.27.1",
"color": "^4.1.0",
"colors": "^1.4.0",
"csvtojson": "^2.0.10",
"device": "^0.3.12",
"get-youtube-id": "^1.0.1",
"hh-mm-ss": "^1.2.0",
"is-email": "^1.0.2",
"lodash": "^4.17.21",
"log4js": "git+https://github.com/ddfridley/log4js-node.git#onbrowser",
"log4js-extend": "^0.2.1",
"mongo-models": "^3.0.4",
"mongodb": "^3.7.3",
"node-fetch": "^2.6.6",
"nodemailer": "^6.7.2",
"nodemailerstart": "github:EnCiv/nodemailerstart#main",
"objects-to-csv": "^1.3.6",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-hot-loader": "^4.13.0",
"react-html-parser": "^2.0.2",
"react-jss": "^10.9.0",
"regenerator-runtime": "^0.13.9",
"showdown": "^1.9.1",
"shuffle-array": "^1.0.1",
"sib-api-v3-sdk": "^7.2.4",
"sniffr": "^1.2.0",
"superagent": "^5.3.1",
"through2": "^4.0.2",
"underscore.string": "^3.3.5",
"wav-file-info": "git+https://github.com/nSimonFR/Node-WAV-File-Info.git",
"webrtc-adapter": "^7.7.1"
},
"engines": {
"npm": "8.13.2",
"node": "16.16.0"
}
}