-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.34 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.34 KB
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": "@carlesfelix/features-react",
"private": false,
"version": "1.0.2",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc -b && vite build && tsc --project ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json",
"postbuild": "node ./post-build.js",
"publish": "npm run build && cd ./dist && npm publish",
"lint": "eslint .",
"preview": "vite preview"
},
"keywords": [
"react",
"features",
"permissions",
"typescript",
"acl"
],
"author": "Carles Fèlix Tur",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/carlesfelix/features-react.git"
},
"devDependencies": {
"@csstools/postcss-global-data": "3.0.0",
"@eslint/js": "9.17.0",
"@types/node": "22.10.5",
"@types/react": "^19.0.2",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
"eslint": "9.17.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"globals": "15.14.0",
"postcss-preset-env": "10.1.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"tsc-alias": "1.8.10",
"typescript": "5.7.2",
"typescript-eslint": "8.19.0",
"vite": "6.0.7",
"vite-plugin-svgr": "4.3.0"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"dependencies": {}
}