-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"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"
}
}