-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.96 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
{
"name": "@affresco/mosaico",
"version": "1.0.0",
"description": "",
"license": "MIT",
"dependencies": {
"@google-cloud/pubsub": "^3.2.0",
"@iabtcf/core": "^1.5.3",
"@sentry/browser": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"@typeform/embed": "^1.27.1",
"bottega": "https://github.com/KSF-Media/bottega-javascript-client.git#f58baa4ebf8a494347b212e3378b6168c5e2faff",
"browser-sync": "^2.27.9",
"cheerio": "^1.0.0-rc.10",
"core-js": "^3.25.2",
"create-react-class": "^15.7.0",
"data-layer-helper": "^0.1.0",
"dotenv": "^16.0.1",
"esbuild": "^0.17.11",
"esbuild-plugin-less": "^1.1.6",
"html-to-react": "^1.4.7",
"js-cookie": "^3.0.1",
"parcel": "1.12.3",
"parcel-bundler": "^1.12.3",
"persona": "https://github.com/KSF-Media/persona-javascript-client.git#3d1c24f121e24ad87e5ed8fea9e732122d2abf41",
"querystring": "^0.2.1",
"react": "^16.12",
"react-date-picker": "^8.4.0",
"react-dom": "^16.12",
"react-imported-component": "^6.4.1",
"react-router-dom": "^5.2.0",
"uuid": "^8.3.2",
"xhr2": "^0.2.1",
"yarn": "^1.22.19"
},
"scripts": {
"start": "node --input-type=module -r dotenv/config -e 'import {main} from \"./output/Main/index.js\"; main();' dotenv_config_path=.env.local",
"start:test": "node --input-type=module -r dotenv/config -e 'import {main} from \"./output/Main/index.js\"; main();' dotenv_config_path=.env.test",
"start-dev": "yarn run build:watch",
"build": "yarn run build-app && yarn run build-spa",
"build:watch": "concurrently \"yarn:build-app:watch\" \"yarn:build-spa:watch\"",
"build-app": "echo \"export const mosaicoVersion = \\\"$(git show -s --format=%aI-%h)\\\"\" > src/Version.js && spago build",
"build-app:watch": "spago build --watch",
"build-spa": "node --input-type=module -e 'import {runBuild} from \"./run/build.mjs\"; runBuild();'",
"build-spa:watch": "yarn run build-spa && node ./run/hot-reload.mjs",
"build-deploy-preview": "yarn run build-spa",
"pre-test": "cp .env.local .env.test && echo '\nDISABLE_ADS=1' >> .env.test",
"test": "yarn run pre-test && start-server-and-test start:test http://localhost:8000 'spago -x test.dhall test'",
"test:escheck": "es-check es5 ./dist/assets/*.js ./dist/static/*.js"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"autoprefixer": "^10.4.7",
"concurrently": "^7.2.2",
"es-check": "^7.1.0",
"esbuild-plugin-less": "^1.1.6",
"esbuild-sass-plugin": "^2.6.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"puppeteer": "^14.1.0",
"purescript": "0.15.9",
"sass": "^1.59.3",
"spago": "^0.20.9",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.0.24",
"tiny-glob": "^0.2.9"
},
"browserslist": [
"> 0.25%",
"not dead",
"IE 11"
],
"packageManager": "[email protected]"
}