forked from projekt-opal/web-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 857 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 857 Bytes
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
{
"name": "create-next-example-app",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"chroma-js": "^2.1.0",
"create-react-class": "^15.6.3",
"i18next": "^19.4.4",
"i18next-localstorage-cache": "^1.1.1",
"jquery": "^3.5.1",
"next": "^9.3.6",
"next-images": "^1.4.0",
"next-redux-wrapper": "4.0.1",
"react": "^16.13.1",
"react-bootstrap-table-next": "^3.3.5",
"react-dom": "^16.13.1",
"react-i18next": "^11.4.0",
"react-icons": "^3.10.0",
"react-redux": "^7.2.0",
"react-select": "^3.1.0",
"react-tooltip": "^3.11.6",
"reactstrap": "^8.4.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0"
}
}