-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 1.91 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
68
69
70
{
"name": "weclare",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ibm/plex": "^1.2.1",
"bootstrap": "^4.3.1",
"browserfs": "^1.4.3",
"codemirror": "^5.45.0",
"doppiojvm": "^0.5.0",
"github-markdown-css": "^2.10.0",
"highlight.js": "^9.13.1",
"load-script": "^1.0.0",
"mdi-react": "^5.0.0",
"nanoid": "^2.0.0",
"node-sass": "^4.13.0",
"peerjs": "^0.3.24",
"prop-types": "^15.6.2",
"qrcode.react": "^0.9.2",
"raw.macro": "^0.2.0",
"react": "^16.5.2",
"react-beautiful-dnd": "^10.0.3",
"react-codemirror2": "^5.1.0",
"react-dom": "^16.5.2",
"react-helmet": "^5.2.0",
"react-quill": "^1.3.3",
"react-redux": "^5.1.1",
"react-router-dom": "^4.3.1",
"react-router-prop-types": "^1.0.4",
"react-scripts": "^2.1.3",
"reactstrap": "^7.1.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.5",
"redux-thunk": "^2.3.0",
"snarkdown": "^1.2.2",
"source-map-explorer": "^1.8.0",
"tv4": "^1.3.0"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "cp README.MD public/ && react-app-rewired start",
"build": "cp README.MD public/ && react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-redux": "^2.3.0",
"gh-pages": "^2.0.1",
"prettier": "1.14.3",
"react-app-rewired": "^2.1.1"
},
"homepage": "https://weclare.de"
}