-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
71 lines (71 loc) · 1.83 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
{
"name": "scratch-LN",
"version": "0.5.0",
"description": "Textual representation for scratch",
"author": "Ellen Vanhove <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/scratch4d/scratch-LN"
},
"keywords": [
"scratch",
"scratch 3.0",
"scratch-blocks"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/scratch4d/scratch-LN/issues"
},
"babel": {
"plugins": [
"transform-es2015-modules-commonjs"
]
},
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server",
"test": "mocha --compilers js:babel-register --require babel-polyfill"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.52",
"babel-cli": "^6.26.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^7.1.1",
"babel-jest": "^22.4.4",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"chai-string": "^1.4.0",
"copy-webpack-plugin": "4.0.1",
"eslint": "^4.5.0",
"eslint-config-scratch": "^4.0.0",
"expose-loader": "0.7.3",
"htmlparser2": "3.9.2",
"immutable": "3.8.1",
"in-publish": "^2.0.0",
"jest": "^22.4.4",
"jquery": "^3.2.1",
"json": "^9.0.4",
"lodash.defaultsdeep": "4.6.0",
"minilog": "3.1.0",
"mocha": "^5.2.0",
"regenerator-runtime": "^0.11.1",
"script-loader": "0.7.0",
"tiny-worker": "^2.1.1",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.1",
"worker-loader": "0.8.1"
},
"dependencies": {
"ace-builds": "^1.4.1",
"chevrotain": "3.7.0",
"scratch-audio": "latest",
"scratch-blocks": "latest",
"scratch-render": "latest",
"scratch-storage": "^0.4.1",
"scratch-vm": "latest",
"xml-formatter": "^1.0.1",
"xmlbuilder": "^9.0.4",
"xmldom": "^0.1.22"
}
}