-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "createjs-inspector",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "webpack --watch",
"build": "babel src --out-dir dist",
"build2": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gregmax17/createjs-inspector.git"
},
"keywords": [
"createjs",
"canvas",
"game",
"inspector"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gregmax17/createjs-inspector/issues"
},
"homepage": "https://github.com/gregmax17/createjs-inspector#readme",
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"node-sass": "^4.13.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-draggable": "^4.2.0",
"react-nestable": "^1.3.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"svg-inline-loader": "^0.8.2",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}