-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
56 lines (56 loc) · 1.57 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
{
"name": "easy-scratch-gui",
"version": "1.0.0",
"description": "Make developing scratch3.0 easy",
"main": "index.js",
"scripts": {
"start": "npm link easy-scratch-vm easy-scratch-blocks && webpack-dev-server",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liumingzw/easy-scratch-gui.git"
},
"keywords": [
"scratch",
"scratch3.0",
"STEAM",
"liumingzw"
],
"author": "liumingzw, email:[email protected]",
"contributors": [
"liumingzw <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/liumingzw/easy-scratch-gui/issues"
},
"homepage": "https://github.com/liumingzw/easy-scratch-gui#readme",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-intl": "^4.1.1",
"scratch-audio": "0.1.0-prerelease.20190925183642",
"scratch-render": "0.1.0-prerelease.20200228152431",
"scratch-storage": "1.3.2",
"scratch-svg-renderer": "0.2.0-prerelease.20200205003400",
"style-loader": "^1.1.3",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0"
}
}