-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.63 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.63 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@jx3box/jx3box-facedat",
"version": "2.7.7",
"description": "JX3BOX Facedat viewer",
"main": "index.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"check:i18n": "node scripts/check-i18n.js",
"node+": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"inspect": "vue inspect > output.js",
"update": "npm install @jx3box/jx3box-common@latest @jx3box/jx3box-data@latest",
"face": "node ./tools/face/decal.js && node ./tools/face/decoration.js && node ./tools/face/range.js",
"facev2": "node ./tools/newface/bones.js && node ./tools/newface/decalV2.js && node ./tools/newface/decalDetail.js",
"body": "node ./tools/body/group.js && node ./tools/body/field_range.js"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential"
],
"rules": {
"vue/no-mutating-props": "off"
},
"parserOptions": {
"parser": "@babel/eslint-parser",
"requireConfigFile": false
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@jx3box/jx3box-build-common": "^0.1.9",
"@jx3box/jx3box-common": "^9.1.3",
"@jx3box/jx3box-data": "^3.9.2",
"axios": "^0.19.2",
"core-js": "^3.6.5",
"crc-32": "^1.2.0",
"csslab": "^6.0.2",
"element-plus": "^2.5.0",
"file-saver": "^2.0.5",
"glob": "^10.2.7",
"iconv-lite": "^0.6.3",
"ini": "^2.0.0",
"jquery": "^3.5.1",
"lodash": "^4.17.15",
"luadata": "^1.0.2",
"mitt": "^3.0.0",
"prismjs": "^1.20.0",
"vue": "^3.4.0",
"vue-i18n": "^9.14.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.0",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.4.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.20.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"lua-json": "^1.0.0",
"style-resources-loader": "^1.5.0",
"vue-svg-inline-loader": "^2.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JX3BOX/jx3box-facedat.git"
}
}