-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
52 lines (52 loc) · 1.5 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": "@lg-tools/build",
"version": "0.6.0",
"description": "Build config for LeafyGreen repositories",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"bin": {
"lg-internal-build-package": "./bin/build-package.js"
},
"main": "dist/index.js",
"module": "dist/esm/index.js",
"scripts": {
"build": "rollup -c ./config/rollup.config.mjs",
"tsc": "tsc --build tsconfig.json"
},
"dependencies": {
"@babel/core": "7.24.3",
"@babel/plugin-proposal-export-default-from": "7.24.1",
"@babel/preset-env": "7.24.3",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@babel/register": "^7.23.7",
"@babel/runtime": "7.24.1",
"@emotion/babel-plugin": "11.11.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-terser": "0.4.3",
"@rollup/plugin-url": "8.0.1",
"@svgr/babel-plugin-replace-jsx-attribute-value": "8.0.0",
"@svgr/cli": "8.0.1",
"@svgr/rollup": "^8.1.0",
"@types/cross-spawn": "6.0.2",
"@types/fs-extra": "11.0.1",
"chalk": "4.1.2",
"cross-spawn": "7.0.3",
"fs-extra": "11.1.1",
"glob": "10.3.12",
"lodash": "4.17.21",
"react-docgen-typescript": "2.2.2",
"rollup": "4.16.1",
"rollup-plugin-node-externals": "7.1.1",
"rollup-plugin-polyfill-node": "0.13.0",
"rollup-plugin-sizes": "1.0.6"
},
"peerDependencies": {
"@babel/core": "7.24.0",
"turbo": "^2.0.6",
"typescript": "~4.9.0"
}
}