-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.08 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 4.08 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "interfacer-gui",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fix-lint": "eslint . --ext ts --ext tsx --ext js --fix",
"format": "prettier --write .",
"check-types": "tsc --pretty --noEmit",
"check-format": "prettier --check .",
"check-lint": "eslint . --ext ts --ext tsx --ext js",
"reload": "pm2 startOrGracefulReload ecosystem.config.js",
"screenshots": "cypress run --env isTest=false --spec 'cypress/e2e/screenshots/*.cy.ts' --config baseUrl='https://interfacer-gui-staging.dyne.org/'",
"e2e": "pnpm build && start-server-and-test start http://localhost:3000 cypress",
"e2e:headless": "pnpm build && start-server-and-test start http://localhost:3000 cypress:headless",
"test": "playwright test",
"translate": "./bin/translate.sh",
"prepare": "husky install",
"release": "HUSKY=0 standard-version --no-verify",
"types:generate": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "^3.14.0",
"@babel/core": "^7.28.4",
"@bbtgnn/polaris-interfacer": "^0.1.0",
"@bbtgnn/polaris-interfacer-tokens": "^6.3.0",
"@carbon/icons-react": "^11.68.0",
"@fontsource/ibm-plex-sans": "^5.2.8",
"@fontsource/space-grotesk": "^5.1.10",
"@graphql-codegen/cli": "^2.16.5",
"@graphql-codegen/typescript": "^2.8.8",
"@graphql-codegen/typescript-operations": "^2.5.13",
"@heroicons/react": "^1.0.6",
"@hookform/resolvers": "^2.9.11",
"@shopify/polaris-icons": "^6.16.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.19",
"@types/base45": "^2.0.2",
"@types/crypto-js": "^4.2.2",
"@types/markdown-it": "^12.2.3",
"@types/node": "18.7.15",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@typescript-eslint/parser": "^5.62.0",
"@uiw/react-markdown-preview": "^4.2.2",
"apollo-client": "^2.6.10",
"apollo-utilities": "^1.3.4",
"autoprefixer": "^10.4.21",
"base45": "^2.0.1",
"base64url": "^3.0.1",
"boring-avatars": "^1.11.2",
"classnames": "^2.5.1",
"dayjs": "^1.11.18",
"dexie": "^3.2.7",
"dexie-react-hooks": "^1.1.7",
"eslint-plugin-i18next": "6.0.0-6",
"focus-trap-react": "^10.3.1",
"graphql": "^15.10.1",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"mapbox-gl": "^2.15.0",
"markdown-it": "^13.0.2",
"markdown-it-abbr": "^1.0.4",
"markdown-it-deflist": "^2.1.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-ins": "^3.0.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"next": "12.2.5",
"next-i18next": "^12.1.0",
"next-seo": "^6.8.0",
"octokit": "^2.1.0",
"playwright": "1.34.0-alpha-may-11-2023",
"postcss": "^8.5.6",
"postcss-preset-env": "^7.8.3",
"prepend-http": "^4.0.0",
"react": "18.2.0",
"react-d3-tree": "^3.6.6",
"react-dom": "18.2.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.66.0",
"react-json-view": "^1.21.3",
"react-map-gl": "^7.1.9",
"react-markdown-editor-lite": "^1.3.4",
"react-qr-code": "^2.0.18",
"react-qr-reader": "3.0.0-beta-1",
"react-select": "^5.10.2",
"react-share": "^4.4.1",
"sass": "^1.93.2",
"swiper": "^8.4.7",
"swr": "^2.3.6",
"tailwindcss": "^3.4.18",
"ts-node": "^10.9.2",
"yup": "^0.32.11",
"zenroom": "5.26.1"
},
"devDependencies": {
"@playwright/test": "^1.56.0",
"@types/lodash": "^4.17.20",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"devmoji": "^2.3.0",
"dotenv": "^16.6.1",
"eslint": "^8.57.1",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.10.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^4.2.5",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.5",
"expect-playwright": "^0.8.0",
"prettier": "^2.8.8",
"start-server-and-test": "^1.15.4",
"typescript": "^5.9.3"
}
}