-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.59 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
{
"id": "dbcbd602-f3bf-4343-acd2-85120a9897ff",
"name": "picassa",
"version": "0.0.1",
"description": "learn me some symbols",
"main": "dist/main.js",
"scripts": {
"start": "node bin/server.js",
"webpack": "webpack",
"webpack:production": "webpack --env.production",
"eslint": "eslint src/"
},
"keywords": [
"c2is",
"app-6",
"mil-std-2525",
"symbology"
],
"author": {
"name": "Horst Dehmer",
"email": "horst.dehmer@syncpoint.io"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-standard": "^4.0.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"webpack": "^4.41.1",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
},
"dependencies": {
"@material-ui/core": "^4.5.0",
"body-parser": "^1.19.0",
"convert-svg-to-png": "^0.5.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"immutable": "^4.0.0-rc.12",
"level": "^5.0.1",
"milsymbol": "^2.0.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"ramda": "^0.26.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"uuid-random": "^1.3.0"
}
}