forked from enterprise-oss/sinatra-ruby-idp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1006 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": "saml-mock-idp",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "node ./build.js",
"dev": "tsc-watch --noClear -p tsconfig.json --onSuccess \"npm run build\"",
"lint": "eslint src/**/*.tsx"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@mantine/core": "^4.2.7",
"@mantine/hooks": "^4.2.7",
"@mantine/prism": "^4.2.7",
"@types/react": "^18.0.14",
"@types/react-dom": "^17.0.11",
"@types/react-modal": "^3.13.1",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"esbuild": "^0.14.42",
"esbuild-plugin-sass": "^1.0.1",
"esbuild-sass-plugin": "^2.2.6",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"tabler-icons-react": "^1.48.1",
"tsc-watch": "^5.0.3",
"typescript": "^4.7.4",
"usehooks-ts": "^2.5.3",
"xml-formatter": "^2.6.1"
}
}