forked from LaserWeb/LaserWeb4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 4.12 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "laserweb",
"version": "4.0.991",
"description": "LaserWeb",
"main": "./src/index.js",
"scripts": {
"start-server": "node node_modules/lw.comm-server/server.js",
"start-app": "webpack-dev-server --progress --colors --open",
"start-prod": "webpack-dev-server -p --progress --colors --open",
"start": "npm-run-all -p -r start-app start-server",
"bundle-dev": "webpack --progress --colors",
"bundle-prod": "webpack -p --progress --colors",
"build-docs": "jsdoc -c ./jsdoc.json",
"installdev": "git submodule init && git submodule update --remote && npm install && npm update lw.comm-server",
"golive": "git checkout gh-pages && git pull && git merge dev-es6 && npm run bundle-dev && git add dist && git commit -m regen && git push && git checkout dev-es6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openhardwarecoza/LaserWeb4.git"
},
"keywords": [
"laser",
"cnc",
"cam",
"..."
],
"author": "Peter van der Walt <[email protected]>",
"contributors": [
"Peter van der Walt <[email protected]>",
"Sébastien Mischler <[email protected]>",
"João Matos <[email protected]>",
"Todd Fleming <jscut.org>",
"Jorge Robles <[email protected]>",
"Claudio Prezzi <[email protected]>"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/openhardwarecoza/LaserWeb4/issues"
},
"homepage": "https://github.com/openhardwarecoza/LaserWeb4#readme",
"devDependencies": {
"ajv": "^5.2.1",
"array-move": "^1.0.0",
"aruco-marker": "^2.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-react": "^6.24.1",
"bootstrap": "^3.3.7",
"clipper-lib": "^6.2.1",
"color-convert": "^1.9.0",
"css-loader": "^0.28.5",
"file-loader": "^0.11.2",
"flat": "^2.0.1",
"floyd-steinberg": "^1.0.5",
"font-awesome": "^4.6.3",
"gamepad.js": "github:neogeek/gamepad.js",
"gl-matrix": "^2.3.2",
"hhmmss": "^1.0.0",
"imports-loader": "^0.7.1",
"jquery": "^3.1.0",
"json-stringify-pretty-compact": "^1.0.2",
"keyboardjs": "^2.3.3",
"lw.canvas-filters": "git+https://github.com/LaserWeb/lw.canvas-filters.git",
"lw.canvas-grid": "git+https://github.com/LaserWeb/lw.canvas-grid.git",
"lw.comm-server": "git+https://github.com/LaserWeb/lw.comm-server.git",
"lw.raster-to-gcode": "git+https://github.com/LaserWeb/lw.raster-to-gcode.git",
"lw.svg-curves": "^0.1.0",
"lw.svg-path": "^0.1.0",
"marked": "^0.3.6",
"npm-run-all": "^4.0.1",
"object-to-string": "^1.0.0",
"poly2tri": "^1.3.5",
"prefix-keys": "^1.0.0",
"queue": "^4.2.1",
"react": "^15.6.1",
"react-bootstrap": "^0.31.2",
"react-contextmenu": "^2.6.5",
"react-dom": "^15.6.1",
"react-draggable": "^2.2.6",
"react-hot-loader": "^3.0.0-beta.7",
"react-redux": "^5.0.6",
"react-rnd": "^4.2.2",
"react-select": "^1.0.0-rc.5",
"react-toggle": "^4.0.1",
"redux": "^3.7.2",
"redux-localstorage": "^1.0.0-rc5",
"redux-localstorage-filter": "^0.1.1",
"redux-logger": "^3.0.6",
"script-loader": "^0.7.0",
"sillyname": "^0.1.0",
"slug": "^0.9.1",
"snapsvg": "^0.5.1",
"socket.io-client": "^1.7.3",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"uuid": "^3.1.0",
"validatorjs": "^3.8.0",
"vex-js": "^3.1.0",
"web-cam-cpp": "git+https://github.com/LaserWeb/web-cam-cpp.git",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.7.1",
"webrtc-adapter": "^3.1.5",
"worker-loader": "^0.8.1"
},
"dependencies": {
"bootstrap-range-input": "^1.0.0",
"dxf-parser": "^0.4.8",
"immutability-helper": "^2.0.0",
"unicode": "^0.6.1",
"vectorize-text": "^3.0.2"
}
}