-
Notifications
You must be signed in to change notification settings - Fork 182
/
package.json
130 lines (130 loc) · 3.65 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "alm",
"version": "2.39.1",
"description": "The best IDE for TypeScript",
"main": "src/server.js",
"bin": {
"alm": "./bin/alm"
},
"scripts": {
"malm": "node ./node_modules/alm_src/server -o",
"salm": "nodemon src/server.js --debug",
"ualm": "rm -rf ./node_modules/alm_src && cp -rf ./src ./node_modules/alm_src",
"test": "echo \"Testing is just build at the moment, run from prepublish\"",
"clean": "rm ./src/public/build/bundle.js",
"prepublish": "bash ./scripts/prepublish.sh",
"resume": "bash ./scripts/resume.sh",
"tsc": "tsc -p ./src",
"tscw": "tsc -p ./src -w",
"uts": "npm install ts-node@latest typescript@next tslint@next byots@latest --save --save-exact && npm run tsc",
"umonaco": "npm install monaco@latest monaco-css@latest monaco-languages@latest --save --save-exact && npm run tsc",
"ureact": "npm install react@latest react-dom@latest @types/react@latest @types/react-dom@latest --save-dev --save-exact",
"utest": "npm install mocha@latest --save --save-exact && npm run tsc",
"preversion": "npm run tsc",
"postversion": "git push --follow-tags",
"mochaw": "mocha ./src/tests -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alm-tools/alm.git"
},
"keywords": [
"javascript",
"typescript",
"ide",
"editor",
"code"
],
"author": "basaratali@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/alm-tools/alm/issues"
},
"preferGlobal": true,
"homepage": "https://github.com/alm-tools/alm#readme",
"dependencies": {
"basic-auth-connect": "^1.0.0",
"byots": "2.8.0-dev.20180224.4.18",
"chalk": "^1.1.3",
"chokidar": "1.6.1",
"cookie-parser": "^1.3.5",
"deep-equal": "^1.0.1",
"editorconfig": "^0.13.2",
"escape-html": "^1.0.3",
"express": "4.13.0",
"fuzzaldrin": "^2.1.0",
"glob": "^7.0.5",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mocha": "3.4.2",
"monaco": "1.201701230409.0",
"monaco-css": "1.3.0",
"monaco-languages": "0.7.0",
"multimatch": "^2.1.0",
"mv": "^2.1.1",
"ncp": "^2.0.0",
"node-fetch": "1.6.3",
"open": "0.0.5",
"ora": "^0.2.0",
"resolve": "^1.2.0",
"rimraf": "^2.4.2",
"socket.io": "^1.3.6",
"source-map-support": "0.4.3",
"ts-loader": "2.0.0",
"ts-node": "5.0.0",
"tslint": "5.0.0-dev.0",
"typescript": "2.8.0-dev.20180224",
"update-notifier": "1.0.2",
"webpack": "1.11.0"
},
"devDependencies": {
"@types/node": "^7.0.4",
"@types/react": "15.0.28",
"@types/react-dom": "15.5.0",
"@types/socket.io": "^1.4.27",
"@types/socket.io-client": "^1.4.29",
"clipboard": "^1.4.2",
"css-loader": "^0.24.0",
"d3": "^3.5.12",
"file-loader": "^0.8.4",
"font-awesome": "^4.4.0",
"golden-layout": "1.5.7",
"hint.css": "^2.0.0",
"http-proxy": "^1.11.1",
"jquery": "^2.1.4",
"json-loader": "^0.5.4",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"marked": "^0.3.5",
"mousetrap": "^1.5.3",
"nodemon": "1.11.0",
"normalize.css": "^5.0.0",
"onresize": "^1.0.1",
"react": "15.6.0",
"react-dom": "15.6.0",
"react-draggable": "2.2.2",
"react-modal": "1.2.1",
"react-redux": "4.4.5",
"react-toggle": "2.1.1",
"redux": "3.5.2",
"style-loader": "^0.12.3",
"toastr": "^2.1.2",
"typestyle": "1.1.1",
"url-loader": "^0.5.6",
"viewerjs": "^0.4.0",
"webpack-dev-server": "^1.10.1"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"greenkeeper": {
"ignore": [
"d3",
"jquery",
"react-modal",
"monaco",
"typescript"
]
}
}