-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "textstl",
"version": "1.0.0",
"description": "create .stl files from font",
"scripts": {
"tslint": "tslint --project .",
"tsc": "tsc",
"webpack-dev-server": "webpack-dev-server",
"webpack": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mm22/textstl.git"
},
"author": "Moritz Moeller",
"license": "ISC",
"homepage": "https://bitbucket.org/mm22/textstl#readme",
"devDependencies": {
"@types/opentype.js": "^0.7.2",
"@types/optimist": "0.0.29",
"@types/react": "^16.9.1",
"@types/react-dom": "^16.8.5",
"awesome-typescript-loader": "^5.2.1",
"html-webpack-plugin": "^3.2.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0"
},
"dependencies": {
"cross-fetch": "^3.0.4",
"google-fonts-complete": "^1.2.3",
"opentype.js": "^1.1.0",
"optimist": "^0.6.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"three": "^0.107.0",
"three-orbit-controls": "^82.1.0",
"threejs-export-stl": "0.0.4"
}
}