-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
148 lines (148 loc) · 4.27 KB
/
package.json
File metadata and controls
148 lines (148 loc) · 4.27 KB
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "@proca/widget",
"version": "1.1.0",
"private": false,
"files": [
"bin",
"dist",
"README.md",
"SECURITY.md",
"code_of_conduct.md",
"src",
"webpack",
"public"
],
"main": "dist/module.js",
"run": "bin/widget.js",
"bin": "bin/widget.js",
"licence": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/TechToThePeople/proca"
},
"keywords": [
"widget",
"petition",
"proca",
"campaigning",
"digital-engagement",
"social-change",
"nonprofit",
"civic-tech",
"mobilisation",
"advocacy",
"activism",
"email-campaign",
"grassroots",
"gdpr"
],
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@paypal/react-paypal-js": "^8.9.2",
"@shopify/react-intersection-observer": "^4.0.4",
"@stripe/react-stripe-js": "^3.8.0",
"@stripe/stripe-js": "^5.6.0",
"@supabase/supabase-js": "^2.49.8",
"blurhash": "^2.0.5",
"countup.js": "^2.9.0",
"dxid": "^2.3.0",
"esbuild-plugin-browserslist": "^2.0.0",
"i18n-iso-countries": "^7.14.0",
"i18next": "^25.2.1",
"i18next-extract": "^0.1.3",
"i18next-xhr-backend": "^3.2.2",
"iban": "^0.0.14",
"konva": "^8.4.3",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.2",
"lodash.set": "^4.3.2",
"material-ui-dropzone": "^3.5.0",
"page-metadata-parser": "https://github.com/Logora/page-metadata-parser",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-emoji-flag": "^1.1.4",
"react-hook-form": "^7.56.1",
"react-i18next": "^15.4.1",
"react-ipgeolocation": "^1.4.0",
"react-konva": "^17.0.2-6",
"react-masonry-component": "^6.3.0",
"react-script-hook": "^1.7.2",
"react-share": "^5.2.2",
"react-use": "^17.6.0",
"recoil": "^0.5.2",
"simplycountdown.js": "^3.0.1",
"snarkdown": "^2.0.0",
"thumbhash": "^0.1.1",
"universal-base64url": "^1.1.0",
"use-image": "^1.1.4",
"uuid": "^10.0.0",
"zustand": "^4.5.7"
},
"devDependencies": {
"@absinthe/socket": "^0.2.1",
"@alienfast/i18next-loader": "^2.0.2",
"@babel/cli": "^7.28.6",
"@babel/node": "^7.26.0",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@babel/preset-env": "^7.27.2",
"@biomejs/biome": "^2.2.5",
"babel-plugin-i18next-extract": "^0.10.0",
"babel-plugin-module-resolver": "^5.0.2",
"baseline-browser-mapping": "^2.10.0",
"cli-color": "^2.0.4",
"dotenv": "^16.5.0",
"esbuild": "^0.27.3",
"esbuild-plugin-copy": "^2.1.1",
"i18next-fs-backend": "^2.6.0",
"lefthook": "^2.0.16",
"minimist": "^1.2.8",
"mjml": "^4.15.3",
"open": "^11.0.0",
"phoenix": "1.7.14",
"proca": "^2.2.1",
"simple-git": "^3.32.3",
"websocket": "^1.0.35"
},
"scripts": {
"_format": "npx @biomejs/biome format --write src/ docs/ webpack/ bin/ ",
"format": "npx @biomejs/biome format --write ",
"lint": "npx @biomejs/biome lint",
"build": "npx proca widget build",
"oclif": "npx oclif manifest && oclif readme --plugin-directory bin/commands --readme-path=../../README.md",
"start": "npx proca widget serve",
"deploy": "bash bin/deploy.sh",
"org": "npx proca org pull",
"pull": "npx proca widget pull",
"push": "npx proca widget push",
"git": "npx proca git status",
"i18n": "NODE_ENV=development babel -f .babelrc 'src/**/*.{js,jsx,ts,tsx}'",
"i18n:mjml": "NODE_ENV=development babel -f .babelrc.mjml 'config/email/**/*.mjml'",
"digest": "node bin/digest.js",
"target": "npx proca target",
"pushCampaign": "npx proca campaign push",
"pullCampaign": "npx proca campaign pull",
"pullTargets": "node bin/pullTargets.js",
"start:stg": "PROCA_ENV=staging proca widget serve",
"starts": "HTTPS=true proca widget serve",
"postinstall": "if [ -z \"$PROCA_NO_RECURSE\" ]; then PROCA_NO_RECURSE=1 npx proca plugins link .; fi"
},
"oclif": {
"commands": "./bin/commands",
"bin": "proca",
"topicSeparator": " "
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}