mocksaml/package.json
2022-02-22 11:37:00 +05:30

34 lines
779 B
JSON

{
"name": "fake",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.1.0",
"node-forge": "^1.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"webpack-filter-warnings-plugin": "^1.2.1",
"xml-crypto": "^2.1.3",
"xml2js": "^0.4.23",
"xmlbuilder": "^15.1.1"
},
"devDependencies": {
"@types/node": "17.0.8",
"@types/node-forge": "^1.0.0",
"@types/react": "17.0.38",
"@types/xml-crypto": "^1.4.2",
"@types/xml2js": "0.4.9",
"autoprefixer": "10.4.2",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"postcss": "8.4.6",
"tailwindcss": "3.0.23",
"typescript": "4.5.4"
}
}