-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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": "ot-game-client",
"private": true,
"version": "1.0.0",
"type": "module",
"source": "src/main.ts",
"targets": {
"default": {
"context": "browser",
"outputFormat": "esmodule",
"distDir": "../FrameworkNew/public/assets"
}
},
"scripts": {
"dev": "parcel watch",
"build": "parcel build"
},
"dependencies": {
"@janvorisek/drie": "1.0.0-alpha-1.48",
"@parcel/config-default": "^2.8.3",
"@parcel/core": "^2.8.3",
"@parcel/packager-ts": "^2.8.3",
"@parcel/transformer-sass": "^2.8.3",
"@parcel/transformer-typescript-types": "^2.8.3",
"@parcel/transformer-vue": "^2.8.3",
"@types/three": "^0.149.0",
"autoprefixer": "^10.4.13",
"node-sass": "^8.0.0",
"parcel": "^2.8.3",
"parcel-reporter-static-files-copy": "^1.5.0",
"parcel-resolver-pnpm": "^0.0.1",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
"three": "^0.149.0",
"typescript": "^4.9.5",
"unsemantic": "^1.3.0",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vue-tsc": "^1.2.0"
}
}