-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
41 lines (41 loc) · 1.33 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
{
"name": "swiftplayground.run",
"version": "0.0.1",
"license": "CC-BY-NC-4.0",
"author": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/krzyzanowskim/OnlineSwiftPlayground.git"
},
"homepage": "http://swiftplayground.run",
"dependencies": {
"clipboard": "^2.0.4",
"jquery": "^3.5.0",
"monaco-editor-webpack-plugin": "1.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-html-id": "^0.1.5",
"react-monaco-editor": "0.17.2",
"websocket": "^1.0.28"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-env": "^2.4.1",
"babel-loader": "^7.1.5",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-exponentiation-operator": "^6.24.1",
"babel-plugin-transform-react-display-name": "^6.25.0",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.28.11",
"style-loader": "^0.21.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"build": "webpack"
}
}