-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
41 lines (41 loc) · 1.17 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": "blockmirror",
"version": "1.0.0",
"description": "A dual block/text editor using Blockly and CodeMirror for Python",
"main": "webpack.config.js",
"directories": {
"example": "example"
},
"scripts": {
"build": "webpack --mode production",
"devbuild": "webpack --mode development",
"watch": "webpack --watch --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockpy-edu/BlockMirror.git"
},
"author": "acbart",
"license": "ISC",
"bugs": {
"url": "https://github.com/blockpy-edu/BlockMirror/issues"
},
"homepage": "https://github.com/blockpy-edu/BlockMirror#readme",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^1.0.2",
"elliptic": "^6.5.3",
"lodash": ">=4.17.19",
"uglify-js": "^3.10.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge-and-include-globally": "^2.1.25",
"yargs": "^15.4.1"
}
}