-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
44 lines (44 loc) · 1.35 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
{
"name": "@spritejs/wxapp",
"version": "1.11.8",
"description": "spritejs 微信小程序版",
"main": "dist",
"miniprogram": "dist",
"scripts": {
"lint": "eslint 'src/**/*.js' --fix",
"lint-app": "eslint 'app/pages/**/*.js' --fix",
"start": "webpack --watch",
"start:game": "webpack --env.target=game --watch",
"compile": "webpack",
"build": "rm -rf dist/* && node script/build && cp -R component/scene dist/",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/spritejs/sprite-wxapp"
},
"dependencies": {
"@spritejs/core": "^2.31.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-decorators-runtime": "^0.2.0",
"babel-eslint": "^8.1.1",
"babel-loader": "^6.4.1",
"babel-plugin-inline-package-json": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-runtime": "^0.4.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-runtime": "^6.26.0",
"eslint": "^4.17.0",
"eslint-config-sprite": "^1.0.6",
"install": "^0.11.0",
"webpack": "^2.3.3"
},
"author": "akira-cn",
"license": "MIT"
}