- Added minimal mock for 'package_search' CKAN API. - 'config' module is based on frontend-v2.
34 lines
784 B
JSON
34 lines
784 B
JSON
{
|
|
"name": "frontend-v3",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"next": "9.4.2",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.8.0",
|
|
"@testing-library/react": "^10.0.4",
|
|
"@types/jest": "^25.2.3",
|
|
"@types/react": "^16.9.35",
|
|
"babel-jest": "^26.0.1",
|
|
"dotenv": "^8.2.0",
|
|
"jest": "^26.0.1",
|
|
"nconf": "^0.10.0",
|
|
"nock": "^12.0.3",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"react-test-renderer": "^16.13.1",
|
|
"tailwindcss": "^1.4.6",
|
|
"typescript": "^3.9.3"
|
|
}
|
|
}
|