-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
86 lines (86 loc) · 2.33 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
{
"name": "startup",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cloudbase/js-sdk": "^1.3.3",
"@rematch/core": "^1.1.0",
"@types/jest": "24.0.15",
"@types/node": "12.6.2",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4",
"@types/react-loadable": "^5.5.1",
"@types/react-redux": "^7.1.1",
"@types/react-router-dom": "^4.3.4",
"@types/store": "^2.0.2",
"@uifabric/fluent-theme": "^7.1.0",
"axios": "^0.21.2",
"babel-plugin-import": "^1.12.0",
"classnames": "^2.2.6",
"customize-cra": "^0.2.14",
"flooks": "^1.1.1",
"formik": "^1.5.8",
"formik-office-ui-fabric-react": "^1.0.0",
"fs": "^0.0.1-security",
"glob": "^7.1.4",
"graphql": "^14.4.2",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"node-sass": "^7.0.0",
"office-ui-fabric-react": "^7.22.1",
"parse": "^2.4.0",
"qs": "^6.7.0",
"query-string": "^6.8.1",
"react": "^16.8.6",
"react-app-rewire-less-with-modules": "0.0.4",
"react-app-rewire-output": "^1.0.0",
"react-app-rewired": "^2.1.3",
"react-custom-scrollbars": "^4.2.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.8.6",
"react-intl": "^2.9.0",
"react-loadable": "^5.5.0",
"react-redux": "^7.1.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"redux": "^4.0.3",
"store": "^2.0.12",
"tinytime": "^0.2.6",
"typescript": "3.5.3",
"typescript-react-intl": "^0.4.0",
"urql": "^1.3.0",
"uuid": "^3.3.2"
},
"scripts": {
"start": "PORT=8080 react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"gen": "npx graphql-codegen"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.4.0",
"@graphql-codegen/typescript": "^1.4.0",
"@graphql-codegen/typescript-operations": "^1.4.0",
"@graphql-codegen/typescript-urql": "^1.4.0",
"mockjs": "^1.0.1-beta3"
},
"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"
]
}
}