-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.13 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.13 KB
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
{
"name": "PIX-L",
"version": "1.0.0",
"private": true,
"dependencies": {
"bootstrap": "^4.3.1",
"cookie": "^0.4.0",
"cookie-parser": "^1.4.4",
"csv-stringify": "^5.3.6",
"draft-js": "^0.11.2",
"express": "^4.17.1",
"jquery": "^3.4.1",
"jsonwebtoken": "^8.5.1",
"jszip": "^3.2.2",
"mongoose": "^5.7.9",
"react": "^16.11.0",
"react-codemirror": "^1.0.0",
"react-dom": "^16.11.0",
"react-markdown": "^4.2.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-syntax-highlighter": "^11.0.2",
"reactstrap": "^8.1.1",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"docs": "jsdoc -c jsdoc.conf.json"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:8080",
"homepage": "/PIX-L",
"devDependencies": {
"better-docs": "^1.4.7",
"jsdoc": "^3.6.3"
}
}