-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.93 KB
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
{
"name": "six-rx-admin",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^3.1.1",
"@types/jest": "24.0.18",
"@types/node": "12.7.5",
"@types/react": "^16.9.2",
"@types/react-dom": "16.9.0",
"@uform/antd": "^0.4.1",
"@uform/printer": "^0.4.1",
"antd": "^3.23.3",
"apollo-boost": "^0.4.4",
"babel-plugin-import": "^1.12.1",
"copy-to-clipboard": "^3.2.0",
"customize-cra": "^0.7.0",
"dayjs": "^1.8.16",
"flyio": "^0.6.14",
"graphql": "^14.5.7",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"lodash": "^4.17.15",
"react": "^16.9.0",
"react-app-rewired": "^2.1.3",
"react-dom": "^16.9.0",
"react-hook-form": "^3.23.10",
"react-markdown": "^4.2.2",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.2",
"react-syntax-highlighter": "^11.0.2",
"react-transition-group": "^4.3.0",
"rxjs": "^6.5.3",
"typescript": "3.6.3",
"uform": "^0.1.9",
"use-react-router": "^1.0.7"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"eject": "react-app-rewired test",
"tailwind:build": "tailwind build src/styles/tailwind.src.css -c tailwind.config.js -o src/styles/tailwind.css",
"e2e:test": "cypress open"
},
"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"
]
},
"devDependencies": {
"@types/faker": "^4.1.5",
"@types/lodash": "^4.14.138",
"@types/react-router-dom": "^4.3.5",
"@types/react-syntax-highlighter": "^11.0.0",
"@types/react-transition-group": "^4.2.2",
"cypress": "^3.4.1",
"eslint-plugin-cypress": "^2.6.1",
"faker": "^4.1.0",
"tailwindcss": "^1.1.2"
}
}