forked from ckaenzig/web-bdms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 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
{
"name": "bdms",
"version": "1.0.0",
"description": "Bohrehole Data Management System",
"private": true,
"proxy": "http://localhost:8888",
"author": "SUPSI <[email protected]> (https://github.com/ist-supsi)",
"contributors": [
"Milan P. Antonovic <[email protected]> (https://github.com/mantonovic)"
],
"dependencies": {
"eslint": "^5.7.0",
"i18next": "^11.3.3",
"i18next-browser-languagedetector": "^2.2.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"ol": "^5.1.3",
"proj4": "^2.5.0",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-datepicker": "^1.5.0",
"react-dom": "^16.4.1",
"react-draggable": "^3.3.0",
"react-highlighter": "^0.4.3",
"react-i18next": "^7.7.0",
"react-mentions": "^3.0.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.3.2",
"semantic-ui-react": "^0.81.2",
"@ist-supsi/stratigraphy": "~1.0.4",
"@ist-supsi/bmsjs": "1.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-react": "^7.12.4"
}
}