-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.88 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
{
"name": "snowmail",
"private": "true",
"scripts": {
"dev": "cd api && mvn cz.habarta.typescript-generator:typescript-generator-maven-plugin:3.2.1263:generate@public && mvn cz.habarta.typescript-generator:typescript-generator-maven-plugin:3.2.1263:generate@all && cd .. && webpack serve --mode development",
"build": "cross-env NODE_ENV=dev webpack"
},
"author": "TrueWinter",
"license": "MIT",
"description": "",
"imports": {
"#types/*": "./types/*"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@types/react": "^18.2.74",
"@types/uuid": "^9.0.8",
"cross-env": "^7.0.3",
"css-loader": "^7.0.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"mini-css-extract-plugin": "^2.8.1",
"postcss-loader": "^8.1.1",
"terser-webpack-plugin": "^5.3.10",
"typescript-eslint": "^7.6.0",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@hello-pangea/dnd": "^16.6.0",
"@mantine/core": "^7.8.1",
"@mantine/form": "^7.8.1",
"@mantine/hooks": "^7.8.1",
"@mantine/modals": "^7.8.1",
"@mantine/notifications": "^7.8.1",
"@mantine/nprogress": "^7.8.1",
"@tabler/icons-react": "^3.1.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"preact": "^10.22.0",
"preact-render-to-string": "^6.5.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"uuid": "^9.0.1"
}
}