-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.04 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
{
"name": "react-antd-todo",
"version": "0.1.0",
"private": true,
"homepage": "http://nurgasemetey.github.io/json-to-java",
"dependencies": {
"@types/jest": "26.0.20",
"@types/jsoneditor-for-react": "0.0.2",
"@types/node": "14.14.22",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/uuid": "8.3.0",
"ace-builds": "^1.4.12",
"antd": "4.12.1",
"jsoneditor": "^9.4.1",
"jsoneditor-react": "^3.1.1",
"lodash": "^4.17.21",
"react": "17.0.1",
"react-ace": "^9.4.0",
"react-dom": "17.0.1",
"react-redux": "7.2.2",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.1",
"react-share": "^4.4.0",
"redux": "4.0.5",
"redux-persist": "6.0.0",
"redux-thunk": "2.3.0",
"typescript": "4.1.3",
"uuid": "8.3.2"
},
"devDependencies": {
"@types/faker": "5.1.5",
"@types/react-redux": "7.1.16",
"@types/react-router-dom": "5.1.7",
"babel-plugin-import": "1.13.3",
"customize-cra": "1.0.0",
"cz-conventional-changelog": "3.3.0",
"faker": "5.2.0",
"gh-pages": "^3.2.0",
"husky": "4.3.8",
"jest": "26.6.0",
"less": "4.1.0",
"less-loader": "7.3.0",
"react-app-rewired": "2.1.8",
"ts-jest": "26.4.4",
"wait-on": "5.2.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"wait-for-local-server": "npm wait-on http://localhost:3000 --timeout 600000",
"eject": "react-scripts eject",
"test": "jest",
"test:watch": "npm test -- --watch",
"debug": "node --debug-brk --inspect ./node_modules/.bin/jest -i",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}