-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
69 lines (69 loc) · 1.42 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
{
"name": "@windfish-studio/three-map-controls",
"version": "1.1.10",
"types": "types",
"repository": {
"type": "git",
"url": "https://github.com/sikanrong/three-map-controls.git"
},
"scripts": {
"test": "ava --tap test/test.js",
"dtslint": "dtslint types"
},
"main": "src/three-map-controls.js",
"author": {
"name": "Alex Pilafian",
"email": "[email protected]",
"url": "http://github.com/sikanrong"
},
"dependencies": {
"three": "^0.113.2"
},
"devDependencies": {
"ava": "^2.0.0",
"webpack": "4.6.0",
"@babel/core": "^7.4.3",
"@babel/register": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"babel-loader": "^8.0.6",
"webpack-bundle-analyzer": "^2.11.1",
"chalk-log": "1.2.0",
"chalk": "^2.4.1",
"dom-stub": "1.0.1",
"gulp-live-server": "0.0.30",
"browserify-row-flow": "0.1.0",
"watchify": "3.7.0",
"babelify": "7.3.0",
"gulp": "^4.0.2",
"gulp-util": "3.0.7",
"del": "2.2.2",
"path": "0.12.7",
"resolve-file": "0.2.1",
"dtslint": "^0.8.0",
"typescript": "^3.5.3"
},
"ava": {
"require": [
"@babel/register"
],
"babel": {
"testOptions": {
"presets": [
"@babel/preset-env"
]
}
}
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}
}