2019-06-07 15:18:10 +02:00
|
|
|
{
|
2019-09-07 07:50:35 +02:00
|
|
|
"name": "budibase-client",
|
2019-06-07 15:18:10 +02:00
|
|
|
"version": "0.0.1",
|
2019-09-07 07:50:35 +02:00
|
|
|
"license": "MPL-2.0",
|
2019-06-07 15:18:10 +02:00
|
|
|
"scripts": {
|
2019-09-06 14:04:23 +02:00
|
|
|
"build": "rollup -c",
|
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"globals": {
|
|
|
|
"GLOBALS": {
|
|
|
|
"client": "web"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testURL": "http://jest-breaks-if-this-does-not-exist",
|
|
|
|
"moduleNameMapper": {
|
|
|
|
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/internals/mocks/fileMock.js",
|
|
|
|
"\\.(css|less|sass|scss)$": "identity-obj-proxy"
|
|
|
|
},
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"js"
|
|
|
|
],
|
|
|
|
"moduleDirectories": [
|
|
|
|
"node_modules"
|
|
|
|
],
|
|
|
|
"transform": {
|
|
|
|
"^.+js$": "babel-jest"
|
|
|
|
},
|
|
|
|
"transformIgnorePatterns": [
|
|
|
|
"/node_modules/(?!svelte).+\\.js$"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@nx-js/compiler-util": "^2.0.0",
|
|
|
|
"date-fns": "^1.29.0",
|
|
|
|
"lodash": "^4.17.15",
|
|
|
|
"lunr": "^2.3.5",
|
|
|
|
"shortid": "^2.2.8",
|
|
|
|
"svelte": "^3.9.2"
|
2019-06-07 15:18:10 +02:00
|
|
|
},
|
2019-06-14 11:05:46 +02:00
|
|
|
"devDependencies": {
|
2019-09-06 14:04:23 +02:00
|
|
|
"@babel/core": "^7.5.5",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.5.5",
|
|
|
|
"@babel/preset-env": "^7.5.5",
|
|
|
|
"@babel/runtime": "^7.5.5",
|
|
|
|
"babel-jest": "^24.8.0",
|
2019-06-14 11:05:46 +02:00
|
|
|
"jest": "^24.8.0",
|
|
|
|
"rollup": "^1.12.0",
|
|
|
|
"rollup-plugin-commonjs": "^10.0.0",
|
2019-09-06 14:04:23 +02:00
|
|
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
|
|
"rollup-plugin-node-globals": "^1.4.0",
|
|
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
|
|
"rollup-plugin-terser": "^4.0.4"
|
2019-06-14 11:05:46 +02:00
|
|
|
}
|
2019-06-07 15:18:10 +02:00
|
|
|
}
|