-
Notifications
You must be signed in to change notification settings - Fork 133
/
package.json
41 lines (41 loc) · 1.02 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": "blockpy",
"version": "1.0.0",
"description": "corgis-blockly",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --progress --color --watch --env dev",
"build": "webpack --env dev && webpack --env build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealTimeWeb/blockpy.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RealTimeWeb/blockpy/issues"
},
"homepage": "https://github.com/RealTimeWeb/blockpy#readme",
"devDependencies": {
"@babel/core": "7.0.0",
"@babel/preset-env": "7.11.0",
"babel-loader": "8.1.0",
"css-loader": "4.2.0",
"eslint": "5.0.0",
"eslint-loader": "4.0.2",
"jquery": "3.5.1",
"knockout": "3.5.1",
"mini-css-extract-plugin": "0.9.0",
"path": "0.12.7",
"webpack": "4.44.1",
"webpack-cli": "^4.2.0",
"yargs": "15.4.1"
}
}