-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1011 Bytes
/
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
{
"name": "foundry-js-react-blueprint",
"version": "1.0.0",
"license": "MIT",
"private": true,
"type": "module",
"directories": {},
"dependencies": {
"@crowdstrike/falcon-shoelace": "^0.4.0",
"@crowdstrike/foundry-js": "^0.16.0",
"@crowdstrike/tailwind-toucan-base": "^5.0.0",
"@shoelace-style/shoelace": "^2.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.14.2"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/preset-react": "7.22.3",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "25.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "14.1.0",
"@rollup/plugin-replace": "5.0.2",
"@web/rollup-plugin-html": "1.11.1",
"postcss": "^8.4.28",
"rollup": "2.79.2",
"rollup-plugin-postcss": "^4.0.2"
},
"scripts": {
"build": "rollup -c ./config/rollup.config.js",
"watch": "npm run build -- --watch"
},
"engines": {
"node": ">=18.12.0"
}
}