-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.38 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
{
"name": "canvas-sheet",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/preset-typescript": "^7.12.7",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.18",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.3.0",
"@types/jest": "^26.0.16",
"@types/node": "^12.19.8",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@types/react-router-dom": "^5.1.6",
"@types/styled-components": "^5.1.4",
"easycanvas": "^0.8.5",
"eventemitter3": "^4.0.7",
"fast-diff": "^1.2.0",
"hox": "^1.1.2",
"konva": "^7.2.5",
"lodash": "^4.17.21",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-draggable": "^4.4.6",
"react-konva": "^17.0.2-0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"reflect-metadata": "^0.1.13",
"slate": "^0.78.0",
"slate-history": "^0.66.0",
"slate-react": "^0.78.1",
"styled-components": "^5.2.1",
"typescript": "^4.1.2",
"web-vitals": "^0.2.4"
},
"scripts": {
"commit": "npx git-cz",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired 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/plugin-proposal-decorators": "^7.12.12",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/lodash": "^4.17.4",
"@types/node": "^18.11.18",
"@types/webpack-env": "^1.18.0",
"babel-jest": "^26.6.0",
"babel-plugin-transform-typescript-metadata": "^0.3.1",
"customize-cra": "^1.0.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^4.3.7",
"react-app-rewired": "^2.1.8",
"react-refresh": "^0.14.2",
"ts-jest": "^26.5.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}