-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.47 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.47 KB
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
{
"name": "ooml.js",
"version": "1.0.0",
"description": "Object Oriented Modelling Language",
"main": "./src/lib/ooml.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"dev": "webpack-dev-server --mode development --content-base dist --hot --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bitbloq/OOML.js.git"
},
"keywords": [
"WebGL",
"three.js",
"threeCSG"
],
"author": "Alberto Valero <alberto.valero@bq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bitbloq/OOML.js/issues"
},
"homepage": "https://github.com/Bitbloq/OOML.js#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.13.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack": "^4.16.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"babel-plugin-emotion": "^9.2.5",
"file-saver": "^1.3.8",
"ml-matrix": "^5.1.1",
"monaco-editor": "^0.13.1",
"monaco-editor-webpack-plugin": "^1.4.0",
"three": "^0.94.0",
"three-stlexporter": "^1.0.0"
}
}