mocksaml/package.json

36 lines
820 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",
"lint": "next lint"
},
"dependencies": {
2022-01-13 17:07:44 +00:00
"axios": "^0.24.0",
2022-02-18 08:54:11 +00:00
"next": "12.1.0",
2022-02-17 06:57:50 +00:00
"node-fetch": "^3.2.0",
2022-02-22 06:00:14 +00:00
"node-forge": "^1.2.1",
2022-02-17 16:13:25 +00:00
"rambda": "^7.0.2",
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",
2022-02-17 16:13:25 +00:00
"webpack-filter-warnings-plugin": "^1.2.1",
2022-02-21 14:31:47 +00:00
"xml-crypto": "^2.1.3",
2022-01-14 17:03:09 +00:00
"xml2js": "^0.4.23",
2022-01-13 19:20:01 +00:00
"xmlbuilder": "^15.1.1"
2022-01-08 15:11:13 +00:00
},
"devDependencies": {
"@types/node": "17.0.8",
"@types/react": "17.0.38",
2022-02-22 06:00:14 +00:00
"@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:00:14 +00:00
"typescript": "4.5.4"
2022-01-08 15:11:13 +00:00
}
}