-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.12 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
{
"name": "kds",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"prebuild": "next telemetry disable",
"build": "next build && next export",
"start": "next start",
"export": "next export",
"deploy": "next build && next export -o \"out\" && echo \"\" >> out/.nojekyll && cp CNAME out/CNAME",
"deploy-windows": "next build && next export -o \"out\" && echo \"\" >> out/.nojekyll && copy \"CNAME\" \"out/CNAME\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/knowit/program.kds.knowit.no.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/knowit/program.kds.knowit.no/issues"
},
"homepage": "https://github.com/knowit/program.kds.knowit.no",
"dependencies": {
"@date-io/luxon": "^2.14.0",
"@devexpress/dx-react-core": "^3.0.6",
"@devexpress/dx-react-scheduler": "^3.0.6",
"@devexpress/dx-react-scheduler-material-ui": "^3.0.6",
"@directus/sdk": "^10.1.4",
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/lab": "^5.0.0-alpha.87",
"@mui/material": "^5.10.8",
"@mui/x-date-pickers": "^5.0.0-alpha.7",
"@svgr/webpack": "^6.3.1",
"@typescript-eslint/parser": "^5.7.0",
"google-map-react": "^2.2.0",
"luxon": "^2.4.0",
"mapbox-gl": "^2.10.0",
"mui-image": "^1.0.7",
"next": "^12.3.3",
"next-fonts": "^1.5.1",
"next-images": "^1.8.4",
"next-react-svg": "^1.0.0",
"node-fetch": "^3.2.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.0.19",
"recharts": "^2.4.3"
},
"devDependencies": {
"@types/google-map-react": "^2.1.7",
"@types/luxon": "^3.0.2",
"@types/mui-image": "^1.0.1",
"@types/node": "^18.0.6",
"@types/react": "^18.0.14",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"babel-jest": "^27.3.1",
"eslint": "7",
"eslint-config-next": "12.0.3",
"eslint-config-prettier": "^8.3.0",
"typescript": "4.7.3"
}
}