-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
117 lines (117 loc) · 4.35 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
{
"name": "enciv-home",
"version": "0.0.0",
"description": "The EnCiv home page",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"start": "node --max_old_space_size=460 dist/start.js",
"test:coverage": "npm test -- --coverage",
"test:watch": "npm test -- --watch",
"svgr": "svgr --icon --filename-case kebab assets/svg --out-dir app/svgr",
"transpile": "babel app --ignore **/__tests__ --ignore **/ckeditor --out-dir dist --source-maps",
"hot-transpile": "babel --watch app --ignore **/__tests__ --ignore **/ckeditor --out-dir dist --source-maps",
"prepare": "bash build.sh",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test-storybook": "test-storybook",
"cypress": "cypress open",
"cypress:headless": "cypress run --headless --browser chrome",
"mongo:delete-user": "bash -c 'mongo --eval \"db.users.remove({email: \\\"$0\\\"})\"'",
"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",
"packbuild": "webpack --config webpack-prod.config.js",
"dev": "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\""
},
"keywords": [
"node",
"civil-server",
"undebate",
"dialog",
"deliberation",
"civic-tech",
"civic-innovation",
"civic-infrastructure"
],
"author": "David Fridley",
"license": "SEE LICENSE IN LICENSE.txt",
"optionalDependencies": {
"@shelf/jest-mongodb": "^4.3.2",
"@storybook/addon-a11y": "^7.6.17",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "^7.6.17",
"@storybook/builder-webpack5": "^6.4.9",
"@storybook/cli": "^7.6.17",
"@storybook/jest": "^0.2.3",
"@storybook/manager-webpack5": "^6.4.9",
"@storybook/react": "^7.6.17",
"@storybook/react-webpack5": "^7.6.17",
"@storybook/test-runner": "^0.14.1",
"@storybook/testing-library": "^0.2.2",
"axe-playwright": "^1.2.3",
"chromatic": "^11.3.0",
"concurrently": "^6.4.0",
"cypress": "^9.1.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"expect": "^23.6.0",
"express": "^4.17.1",
"husky": "^4.3.8",
"jest": "^27.4.4",
"jest-enzyme": "^7.1.2",
"mongodb-memory-server": "^9.3.0",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.2",
"storybook": "^7.6.17",
"webpack-dev-server": "^4.6.0"
},
"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",
"jest": "^29.7.0",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0"
},
"peerDependencies": {
"civil-client": "github:EnCiv/civil-client",
"civil-server": "github:EnCiv/civil-server"
},
"engines": {
"node": "16.20.1"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^41.3.1",
"@ckeditor/ckeditor5-react": "^6.3.0",
"@enciv/mongo-collections": "^0.0.3",
"@react-hook/media-query": "^1.1.1",
"@wordpress/api-fetch": "^6.52.0",
"babel-plugin-cjs-esm-interop": "^4.0.0",
"civil-pursuit": "github:EnCiv/civil-pursuit",
"cloudinary": "^2.2.0",
"markdown-to-jsx": "^7.4.7",
"node-fetch": "^2.7.0",
"nodemailerstart": "github:EnCiv/nodemailerstart#main",
"react-animate-height": "^3.2.3",
"react-html-parser": "^2.0.2",
"react-textarea-autosize": "^8.5.3",
"sitemap": "^8.0.0"
}
}