-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.37 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
{
"name": "accesso-admin",
"version": "0.2.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"api": "gqty generate"
},
"license": "MIT",
"dependencies": {
"@effector/reflect": "^7.1.1",
"@gqty/react": "^2.0.0",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.5",
"@tailwindcss/forms": "0.3.4",
"autoprefixer": "^10.3.7",
"dayjs": "^1.10.7",
"effector": "^22.3.0",
"effector-react": "^22.0.6",
"framework": "^0.6.0",
"gqty": "^2.0.3",
"graphql": "^15.6.1",
"history": "^4.10.1",
"patronum": "^1.8.5",
"postcss": "^8.3.11",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router": "^5.2.1",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.3.0",
"tailwindcss": "^2.2.17"
},
"devDependencies": {
"@gqty/cli": "^2.3.0",
"@rollup/plugin-babel": "^5.3.0",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/loadable__component": "^5.13.4",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router": "^5.1.17",
"@types/react-router-config": "^5.0.3",
"@types/react-router-dom": "^5.3.1",
"@vitejs/plugin-react": "^1.0.0",
"prettier": "^2.7.1",
"typescript": "4.6.4",
"vite": "^2.9.13"
}
}