-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.44 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
{
"author": "Chamfer <[email protected]> (https://chamfer.kr)",
"private": true,
"workspaces": [
"projects/*"
],
"license": "GPL-3.0-only",
"scripts": {},
"dependencies": {
"@angular/animations": "^11.2.0",
"@angular/common": "^11.2.0",
"@angular/compiler": "^11.2.0",
"@angular/core": "^11.2.0",
"@angular/platform-browser": "^11.2.0",
"@angular/platform-browser-dynamic": "^11.2.0",
"@angular/platform-server": "^11.2.0",
"@nguniversal/common": "^11.2.0",
"graphql": "^15.5.0",
"graphql-tag": "^2.12.4",
"koa": "^2.13.1",
"node-fetch": "^2.6.1",
"rxjs": "^6.5.3",
"three": "^0.129.0",
"tslint": "^6.1.3",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.5",
"@angular/cli": "^11.2.0",
"@angular/compiler-cli": "^11.2.0",
"@nguniversal/builders": "^11.2.0",
"@types/koa": "^2.13.1",
"@types/node": "^15.6.0",
"@types/node-fetch": "^2.5.10",
"@types/three": "^0.129.1",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"html-webpack-plugin": "^5.3.1",
"lerna": "^4.0.0",
"mini-css-extract-plugin": "^1.6.0",
"postcss": "^8.3.0",
"sass": "^1.34.1",
"sass-loader": "^12.0.0",
"ts-loader": "^9.2.1",
"typescript": "~4.1.5",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
}
}