forked from RAnLabNL/RAnLab-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.77 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.77 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
{
"name": "@ranlab/frontend",
"version": "0.0.0",
"license": "UNLICENSED",
"private": true,
"main": "pages/index.tsx",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "printf '%s\\n' 'No test specified'",
"export": "next build && next export -o _static"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RAnLabNL/RAnLab-frontend.git"
},
"bugs": {
"url": "https://github.com/RAnLabNL/RAnLab-frontend/issues"
},
"homepage": "https://github.com/RAnLabNL/RAnLab-frontend#readme",
"engines": {
"node": ">=12"
},
"dependencies": {
"@auth0/auth0-react": "^1.1.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@types/react-redux": "^7.1.11",
"@types/yup": "^0.29.9",
"@zeit/next-css": "^1.0.1",
"ag-grid-community": "^24.0.0",
"ag-grid-react": "^24.0.0",
"classnames": "^2.2.6",
"color": "^3.0.0",
"formik": "^2.1.5",
"formik-material-ui": "^3.0.0",
"i18next": "^19.7.0",
"moment": "^2.29.1",
"next": "10.0.1",
"next-redux-wrapper": "^6.0.2",
"prismic-javascript": "^3.0.2",
"prismic-reactjs": "^1.3.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-i18next": "^11.7.2",
"react-joyride": "^2.2.1",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"yup": "^0.29.3"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/color": "^3.0.1",
"@types/node": "^14.6.2",
"@types/react": "^16.9.48",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.1",
"eslint-plugin-react": "^7.20.6",
"typescript": "^4.0.3"
}
}