-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 935 Bytes
/
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
{
"name": "@tarii/3d-earth",
"private": false,
"version": "1.0.3",
"license": "MIT",
"main": "./src/index.js",
"scripts": {
"dev": "webpack-dev-server --devtool eval-source-map --progress --colors --hot --inline",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/tari404/3d-earth.git"
},
"dependencies": {
"@types/three": "^0.103.2",
"three": "^0.137.0"
},
"devDependencies": {
"@types/eslint": "^4.16.6",
"@types/webpack-dev-server": "^3.9.0",
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"raw-loader": "^1.0.0",
"url-loader": "^2.1.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.10.1"
}
}