-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.77 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": "openmorphi",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint './**/*.{ts,tsx,js,jsx}'",
"codegen": "graphql-codegen --config codegen.yml",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"ncu": "npx npm-check-updates --upgrade"
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@apollo/client": "^3.9.11",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/fragment-matcher": "5.0.2",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-document-nodes": "4.0.6",
"@graphql-codegen/typescript-graphql-files-modules": "3.0.0",
"@graphql-codegen/typescript-operations": "4.2.0",
"@graphql-codegen/typescript-react-apollo": "4.3.0",
"@svgdotjs/svg.js": "^3.2.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.3.0",
"@testing-library/user-event": "^14.5.2",
"@types/d3": "^7.4.3",
"@types/dompurify": "^3.0.5",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.6",
"@types/rc-slider": "^9.3.0",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.25",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"abs-svg-path": "^0.1.1",
"antd": "^5.16.1",
"array-move": "^4.0.0",
"d3": "^7.9.0",
"dompurify": "^3.1.1",
"eslint": "^8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-app": "^6.2.2",
"faunadb": "^4.8.0",
"fuse.js": "^7.0.0",
"graphql": "^16.8.1",
"history": "^5.3.0",
"lint-staged": "^15.2.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"now": "^19.1.0",
"parse-svg-path": "^0.1.2",
"prettier": "^3.2.5",
"rc-slider": "^10.5.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"react-sortable-hoc": "^2.0.0",
"react-svg": "^16.1.34",
"source-map-explorer": "^2.5.3",
"styled-components": "^6.1.9",
"svg-arc-to-cubic-bezier": "^3.2.0",
"svg-path-reverse": "^1.7.0",
"typescript": "~5.4.5"
},
"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/abs-svg-path": "^0.1.3"
}
}