-
Notifications
You must be signed in to change notification settings - Fork 378
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "wireflow",
"version": "0.0.4",
"private": true,
"description": "Flowchart collaboration App",
"scripts": {
"build": "CI= react-scripts build",
"e2e": "cd e2e && jest",
"eject": "react-scripts eject",
"start": "react-scripts start",
"test": "react-scripts test --watchAll=false"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@ant-design/icons": "^4.0.6",
"antd": "^4.1.4",
"gg-editor": "^2.0.3",
"html-to-image": "^0.1.1",
"react": "^16.13.1",
"react-colorful": "^4.0.4",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.0.6",
"@testing-library/user-event": "^12.0.11",
"@types/expect-puppeteer": "^4.4.3",
"@types/jest-environment-puppeteer": "^4.3.1",
"@types/puppeteer": "^3.0.0",
"jest-puppeteer": "^4.4.0",
"puppeteer": "^5.0.0"
}
}