mocksaml/package.json

33 lines
734 B
JSON
Raw Normal View History

2022-01-08 15:11:13 +00:00
{
"name": "fake",
"private": true,
"scripts": {
2022-01-14 16:40:25 +00:00
"dev": "next dev -p 4000",
2022-01-08 15:11:13 +00:00
"build": "next build",
"start": "next start -p 4000",
2022-01-08 15:11:13 +00:00
"lint": "next lint"
},
"dependencies": {
2022-02-18 08:54:11 +00:00
"next": "12.1.0",
2022-02-22 06:00:14 +00:00
"node-forge": "^1.2.1",
2022-01-08 15:11:13 +00:00
"react": "17.0.2",
2022-01-13 17:07:44 +00:00
"react-dom": "17.0.2",
"xml-crypto": "2.1.3",
"xml2js": "0.4.23",
"xmlbuilder": "15.1.1"
2022-01-08 15:11:13 +00:00
},
"devDependencies": {
"@types/node": "17.0.8",
"@types/node-forge": "1.0.0",
2022-01-08 15:11:13 +00:00
"@types/react": "17.0.38",
"@types/xml-crypto": "1.4.2",
2022-02-19 18:30:32 +00:00
"@types/xml2js": "0.4.9",
"autoprefixer": "10.4.2",
2022-01-08 15:11:13 +00:00
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
2022-02-19 18:30:32 +00:00
"postcss": "8.4.6",
"tailwindcss": "3.0.23",
2022-02-22 06:07:00 +00:00
"typescript": "4.5.4"
2022-01-08 15:11:13 +00:00
}
}