generated from commonknowledge/groundwork-starter-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (51 loc) · 1.39 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
{
"name": "frontend-bundle",
"version": "1.0.0",
"private": true,
"scripts": {
"start:debug": "yarn; vite --mode='dev'",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@hotwired/stimulus": "^3.0.1",
"@hotwired/turbo": "^7.3.0",
"@jvitela/mustache-wax": "^1.0.4",
"@popperjs/core": "^2.10.2",
"@sentry/browser": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"@stripe/stripe-js": "^1.27.0",
"@turf/bbox": "^6.5.0",
"@types/bootstrap": "^5.2.5",
"@types/mapbox-gl": "^2.7.5",
"@types/mustache": "^4.2.1",
"@types/shopify-buy": "npm:@brandboostinggmbh/shopify-buy-types",
"@types/tailwindcss": "^3.1.0",
"autoprefixer": "^10.4.5",
"bootstrap": "^5.1.3",
"change-case": "^4.1.2",
"date-fns": "^2.29.3",
"debug": "^4.3.2",
"groundwork-django": "^0.1.4",
"lodash-es": "^4.17.21",
"mapbox-gl": "^2.10.0",
"mjml": "^4.12.0",
"mustache": "^4.2.0",
"postcss-import": "^14.1.0",
"posthog-js": "^1.21.1",
"shopify-buy": "2.20.0",
"stimulus-read-more": "^3.0.0",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"bootilities": "^0.5.0",
"jest": "^27.5.1",
"postcss": "^8.4.12",
"prettier": "^2.4.1",
"sass": "^1.43.4",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3",
"vite": "^5.0.2"
},
"packageManager": "[email protected]"
}