forked from mmulet/code-relay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 810 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 810 Bytes
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
{
"name": "code-relay-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"dev": "gulp"
},
"author": "",
"license": "MIT",
"dependencies": {
"@types/diff": "^4.0.2",
"@types/prismjs": "^1.16.1",
"@types/react": "^16.9.54",
"@types/react-dom": "^16.9.9",
"diff": "^5.0.0",
"prismjs": "^1.22.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"tmp": "^0.2.1",
"ts-node": "^9.0.0"
},
"devDependencies": {
"@types/express": "^4.17.9",
"@types/gulp": "^4.0.7",
"@types/prettier": "^2.1.5",
"@types/tmp": "^0.2.0",
"ansi-to-html": "^0.6.14",
"express": "^4.17.1",
"gulp": "^4.0.2",
"prettier": "^2.2.1"
}
}