-
Notifications
You must be signed in to change notification settings - Fork 229
/
package.json
43 lines (43 loc) · 1.29 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
{
"name": "threejs-miniprogram",
"version": "0.0.8",
"description": "ThreeJS adapter for WeChat MiniProgram",
"main": "dist/index.js",
"scripts": {
"dev": "webpack --config build/webpack.config.js --watch",
"build": "webpack --hide-modules --config build/webpack.config.js",
"lint": "eslint \"src/**/*.js\"",
"prepublishOnly": "npm run build"
},
"miniprogram": "dist/",
"author": "wechat-miniprogram",
"license": "MIT",
"homepage": "https://github.com/wechat-miniprogram/threejs-miniprogram",
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/threejs-miniprogram"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"abab": "^2.0.3",
"babel-loader": "^8.0.6",
"eslint": "^4.18.2",
"eslint-friendly-formatter": "^2.0.6",
"eslint-loader": "^1.5.0",
"eslint-plugin-jest": "^20.0.3",
"eventemitter2": "^4.1.2",
"jest": "^20.0.4",
"path": "^0.12.7",
"string-replace-loader": "^2.2.0",
"string-replace-webpack-plugin": "^0.1.3",
"three": "0.108.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"babel-eslint": "^10.1.0"
}
}