mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* Initial in-app survey implementation Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com> * Add surveyId fetching and store integration Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com> * Add empty line Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com> * Fix typos Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com> * Use async version of machineId + refactoring Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com> * Update preferences hint text Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com> Co-authored-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
29 lines
662 B
JSON
29 lines
662 B
JSON
{
|
|
"name": "lens-survey",
|
|
"version": "0.1.0",
|
|
"description": "Lens survey",
|
|
"main": "dist/main.js",
|
|
"renderer": "dist/renderer.js",
|
|
"lens": {
|
|
"metadata": {},
|
|
"styles": []
|
|
},
|
|
"scripts": {
|
|
"build": "webpack -p",
|
|
"dev": "webpack --watch",
|
|
"test": "jest --passWithNoTests --env=jsdom src $@"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@k8slens/extensions": "file:../../src/extensions/npm/extensions",
|
|
"got": "^11.8.1",
|
|
"jest": "^26.6.3",
|
|
"node-machine-id": "^1.1.12",
|
|
"react": "^16.13.1",
|
|
"refiner-js": "^1.0.1",
|
|
"ts-loader": "^8.0.4",
|
|
"typescript": "^4.0.3",
|
|
"webpack": "^4.44.2"
|
|
}
|
|
}
|