@im-ian/react-survey
Version:
2018~2019년에 제작했던 React 설문 모듈입니다. 아카이브 용도로 업로드 되었습니다.
98 lines (97 loc) • 2.54 kB
JSON
{
"name": "@im-ian/react-survey",
"version": "0.1.32",
"author": {
"name": "im daeho",
"email": "im-ian@naver.com",
"url": "https://blog.naver.com/im-ian"
},
"license": "MIT",
"main": "./src/index.tsx",
"private": false,
"homepage": "https://github.com/im-ian/react-survey#readme",
"bugs": "https://github.com/im-ian/react-survey/issues",
"repository": {
"type": "git",
"url": "https://github.com/im-ian/react-survey.git"
},
"keywords": [
"react",
"survey",
"react-survey",
"vote",
"react-vote",
"survey-editor",
"react-survey-editor",
"survey-builder",
"react-survey-builder"
],
"peerDependencies": {
"react-dom": "^17.0.2"
},
"dependencies": {
"@syncfusion/ej2-react-calendars": "^19.3.46",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/react": "^18.0.37",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"filepond": "^4.30.3",
"immutability-helper": "^3.1.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-dnd": "^14.0.4",
"react-dom": "^17.0.2",
"react-filepond": "^7.1.2",
"react-icons": "^4.8.0",
"react-range": "^1.8.11",
"react-scripts": "4.0.3",
"recoil": "^0.7.6",
"styled-components": "^5.3.3",
"uuid": "^8.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build:test": "rm -rf ./dist & tsc --outDir dist -d",
"build:tsc": "rm -rf ./dist & tsc",
"test": "react-scripts test",
"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"
]
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^17.0.10",
"@types/styled-components": "^5.1.15",
"@types/uniqid": "^5.3.1",
"@types/uuid": "^8.3.1",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"typescript": "^4.4.4",
"webpack-cli": "^4.9.1"
}
}