@docfab/formviewer
Version:
Component for displaying ServeyJS survey
63 lines (62 loc) • 1.37 kB
JSON
{
"name": "@docfab/formviewer",
"description": "Component for displaying ServeyJS survey",
"author": "Nikita Skubak",
"keywords": [
"react",
"formviewer",
"surveyjs",
"docfab"
],
"version": "0.4.2",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"start": "react-scripts start",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"axios": "^0.21.1",
"bootstrap": "4.6",
"jquery": "^3.6.0",
"node-sass": "^6.0.0",
"survey-react": "^1.8.49",
"surveyjs-widgets": "^1.8.52"
},
"publishConfig": {
"access": "public"
}
}