-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.04 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
{
"name": "tdeo.github.io",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:tdeo/tdeo.github.io.git",
"author": "Thierry Deo <thierry.deo@gmail.com>",
"license": "MIT",
"homepage": "http://tdeo.github.io",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run lint && npm run build",
"deploy": "gh-pages -d build -b master",
"favicon": "convert -background none -density 100 public/favicon.svg -resize 256x256 public/favicon.ico",
"lint": "eslint . --ext .json --ext .js --ext .jsx --fix"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-brands-svg-icons": "^5.3.1",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@fortawesome/react-fontawesome": "^0.1.3",
"@sentry/browser": "^4.2.3",
"axios": "^0.18.0",
"bootstrap": "3",
"javascript-blowfish": "agorlov/javascript-blowfish",
"konva": "^3.3.3",
"query-string": "5",
"react": "^16.8.6",
"react-bootstrap": "0.32.4",
"react-bootstrap-typeahead": "^3.2.3",
"react-color": "^2.17.3",
"react-dom": "^16.8.6",
"react-konva": "^16.9.0-0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.1.2",
"react-shortcuts": "^2.0.1",
"recharts": "^1.1.0",
"websocket": "^1.0.29"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-json": "^1.2.1",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.1.0",
"gh-pages": "^1.2.0",
"path": "^0.12.7",
"react-scripts": "^3.1.1",
"style-loader": "^0.22.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}