forked from wechat-miniprogram/threejs-miniprogram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.03 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
{
"name": "threejs-miniprogram",
"version": "0.0.6",
"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\""
},
"miniprogram": "dist/",
"author": "wechat-miniprogram",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"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"
},
"dependencies": {
"abab": "^2.0.3"
}
}