-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.93 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
{
"name": "rpi-case-web",
"version": "1.0.0",
"description": "Parametric Raspberry pi case Generator",
"main": "index.html",
"dependencies": {
"@types/react": "^16.4.1",
"@types/react-dom": "^16.4.1",
"@types/react-redux": "^7.1.2",
"@types/sat": "0.0.29",
"@types/three": "^0.84.37",
"@types/webvr-api": "0.0.35",
"bootstrap": "^4.0.0-alpha.6",
"buckets-js": "^1.98.2",
"file-saver": "^1.3.8",
"gulp": "^4.0.2",
"immer": "^4.0.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-stripe-elements": "^4.0.0",
"sat": "^0.7.1",
"supports-color": "^7.0.0",
"three-js-csg": "^72.0.0",
"threejs-export-stl": "0.0.4"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.4",
"@types/node": "^12.7.5",
"awesome-typescript-loader": "^5.0.0",
"babel-minify-webpack-plugin": "^0.3.1",
"chai": "^4.1.2",
"miniq": "^1.0.1",
"mocha": "^5.2.0",
"react-redux": "^5.0.7",
"react-redux-typescript": "^3.0.0-rc.3",
"redux": "^4.0.0",
"redux-typescript": "^1.2.1",
"source-map-loader": "^0.2.3",
"ts-node": "^7.0.0",
"typedoc": "^0.15.5",
"typescript": "^3.6.3",
"typings": "^2.1.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10",
"yargs": "^13.3.0"
},
"scripts": {
"test": "mocha -r ts-node/register src/mesh-simplificator/EdgeOctreeTest.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postronium/rpi-case-web.git"
},
"keywords": [
"Raspberry",
"PI",
"Case",
"Generator",
"Typescript",
"ReactJS",
"THREEJS",
"WegGL",
"3D Printing",
"3D",
"Arduino",
"Electronics"
],
"author": "Adrian Buntschu",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/postronium/case-generator"
},
"homepage": "https://github.com/postronium/case-generator#readme"
}