-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.9 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
{
"name": "durn-client",
"version": "1.0.0",
"description": "frontend for durn",
"main": "index.js",
"author": "Herman Karlsson",
"license": "MIT",
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config ./client/webpack.config.js --disable-host-check",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production webpack --config ./client/webpack.config.js ",
"start": "serve dist"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@mantine/core": "^5.5.4",
"@mantine/dates": "^5.7.1",
"@mantine/form": "^5.6.4",
"@mantine/hooks": "^5.5.4",
"@total-typescript/ts-reset": "^0.3.7",
"@types/react-beautiful-dnd": "^13.1.2",
"axios": "^1.0.0",
"dayjs": "^1.11.6",
"fs": "^0.0.1-security",
"methone": "github:datasektionen/Methone",
"react": "^16.12.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^16.12.0",
"react-dotenv": "^0.1.3",
"react-router-dom": "^6.4.1",
"react-spinners": "^0.13.8",
"react-use-cookie": "^1.4.0",
"tabler-icons-react": "^1.55.0",
"zod": "^3.21.2"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.7",
"@types/node": "^12.12.5",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/uuid": "^9.0.1",
"babel-loader": "^8.0.6",
"cross-env": "^6.0.3",
"dotenv-webpack": "^8.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"html-webpack-plugin": "^3.2.0",
"serve": "^11.3.0",
"terser-webpack-plugin": "^2.3.2",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"react-dotenv": {
"whitelist": [
"LOGIN_URL",
"PLS_URL"
]
},
"proxy": "http://127.0.0.1:3000/"
}