forked from webarkit/ARnft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.88 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
{
"name": "@kalwalt/ar-nft",
"version": "0.7.7",
"main": "dist/ARnft.js",
"description": "WebAR Javscript library for markerless AR",
"keywords": [
"ARToolKit",
"AR",
"ARnft",
"Augmented Reality",
"WebAR",
"JavaScript",
"jsartoolkit",
"jsartoolkit5",
"jsartoolkitNFT",
"NFT",
"markerless"
],
"author": {
"name": "Walter Perdan",
"email": "github@kalwaltart.it",
"url": "https://www.kalwaltart.com"
},
"repository": {
"type": "git",
"url": "https://github.com/kalwalt/ARnft"
},
"homepage": "https://github.com/kalwalt/ARnft",
"contributors": [
"Github Contributors (https://github.com/kalwalt/ARnft/graphs/contributors)"
],
"bugs": {
"url": "https://github.com/kalwalt/ARnft/issues"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"axios": "^0.20.0",
"babel-loader": "^8.1.0",
"custom-event": "^1.0.1",
"eslint": "^7.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-jshint": "^2.1.0",
"grunt-eslint": "^23.0.0",
"stats.js": "^0.17.0",
"three": "^0.121.1",
"webpack": "^5.1.3",
"webpack-cli": "^4.0.0",
"worker-loader": "^3.0.4"
},
"scripts": {
"dev-es6": "webpack --mode development --progress --watch",
"build-es6": "webpack --mode production",
"build-jshint": "grunt jshint --force",
"watch": "./node_modules/.bin/watch 'npm run build' ./js/"
},
"license": "LGPL-3.0",
"resolutions": {
"ecstatic": "^4.1.4"
},
"dependencies": {
"@babel/runtime": "^7.12.1",
"http-server": "^0.12.3",
"terser-webpack-plugin": "^5.0.0"
}
}