-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 780 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 780 Bytes
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
{
"name": "frontend-bundle",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "jest"
},
"dependencies": {},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@hotwired/stimulus": "^3.0.1",
"@hotwired/turbo": "^7.0.1",
"@popperjs/core": "^2.10.2",
"@testing-library/dom": "^8.11.1",
"@types/jest": "^27.0.3",
"babel-core": "^6.26.3",
"babel-jest": "^27.4.2",
"babel-preset-vite": "^1.0.4",
"bootstrap": "^5.1.3",
"debug": "^4.3.2",
"groundwork-django": "^0.1.2",
"jest": "^27.4.3",
"lodash-es": "^4.17.21",
"mutationobserver-shim": "^0.3.7",
"prettier": "^2.4.1",
"sass": "^1.43.4",
"typescript": "^4.4.3",
"vite": "^2.6.14"
}
}