mocksaml/package.json

32 lines
702 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-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-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-01-13 17:07:44 +00:00
"autoprefixer": "^10.4.2",
2022-01-08 15:11:13 +00:00
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
2022-01-13 17:07:44 +00:00
"postcss": "^8.4.5",
"tailwindcss": "^3.0.13",
2022-01-08 15:11:13 +00:00
"typescript": "4.5.4"
}
}