This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
66 lines (66 loc) · 1.92 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
{
"name": "smallbasic-online",
"title": "SmallBasic-Online",
"version": "2.0.0",
"private": true,
"description": "An open-source IDE/runtime for the Small Basic programming language.",
"author": "OmarTawfik",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sb/SmallBasic-Online.git"
},
"scripts": {
"gulp": "node node_modules/gulp/bin/gulp.js"
},
"devDependencies": {
"@timkendrick/monaco-editor": "0.0.7",
"@types/applicationinsights-js": "1.0.5",
"@types/detect-browser": "2.0.1",
"@types/es6-promise": "0.0.33",
"@types/gulp": "3.8.33",
"@types/html-webpack-plugin": "2.28.0",
"@types/jasmine": "2.6.0",
"@types/pubsub-js": "1.5.18",
"@types/react": "16.0.7",
"@types/react-dom": "15.5.5",
"@types/react-redux": "5.0.14",
"@types/react-router-dom": "4.0.8",
"@types/react-test-renderer": "15.5.4",
"@types/redux": "3.6.0",
"@types/rimraf": "2.0.2",
"@types/source-map-support": "0.4.0",
"@types/webpack": "3.0.12",
"applicationinsights-js": "1.0.18",
"awesome-typescript-loader": "3.2.3",
"css-loader": "0.28.7",
"detect-browser": "3.0.0",
"electron": "1.8.4",
"electron-builder": "20.15.1",
"esutils": "2.0.2",
"file-loader": "1.1.5",
"gulp": "3.9.1",
"html-webpack-plugin": "2.30.1",
"jasmine": "2.8.0",
"konva": "2.1.7",
"monaco-editor": "0.10.1",
"pubsub-js": "1.6.0",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-redux": "5.0.6",
"react-router-dom": "4.2.2",
"react-test-renderer": "16.0.0",
"react-transition-group": "2.2.1",
"redux": "3.7.2",
"rimraf": "2.6.2",
"source-map-loader": "0.2.1",
"source-map-support": "0.5.0",
"style-loader": "0.19.0",
"ts-node": "3.3.0",
"tslint": "5.7.0",
"tslint-loader": "3.5.3",
"typescript": "2.5.3",
"webpack": "3.6.0",
"webpack-dev-server": "2.9.1"
}
}