-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.33 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
{
"name": "@beanbag/frontend-buildkit",
"version": "1.2.0",
"description": "Dependencies and tools for building front-end static media files for Beanbag products and extensions.",
"homepage": "https://github.com/beanbaginc/beanbag-frontend-buildkit",
"github": "https://github.com/beanbaginc/beanbag-frontend-buildkit",
"keywords": [
"babel",
"css",
"javascript",
"lesscss",
"static media",
"styles"
],
"author": {
"name": "Beanbag, Inc.",
"email": "[email protected]",
"url": "https://www.beanbaginc.com"
},
"license": "MIT",
"files": [
"LICENSE",
"README.md"
],
"dependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.5",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.8.6",
"@beanbag/less-plugin-autoprefix": "^3.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"babel-plugin-dedent": "^2.1.0",
"babel-plugin-django-gettext": "^1.2.1",
"less": "^4.1.3",
"rollup": "^3.9.0",
"rollup-plugin-dts": "^5.1.1",
"rollup-plugin-external-globals": "^0.7.1",
"uglify-js": "^3.16.1"
}
}