forked from nanwangjkl/sliding_puzzle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "sliding_puzzle_pixi",
"version": "1.0.0",
"description": "Weixin Mini Game, Sliding Puzzle.",
"main": "dist/game.js",
"scripts": {
"dev": "webpack -w",
"build": "webpack -p"
},
"browserslist": [
"ios >= 8",
"android >= 5"
],
"repository": {
"type": "git",
"url": "[email protected]:nanwangjkl/sliding_puzzle_pixi.git"
},
"author": "Nan, Wang",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/runtime": "^7.1.2",
"@babel/runtime-corejs2": "^7.1.2",
"babel-loader": "^8.0.4",
"bezier-easing": "^2.1.0",
"pixi.js": "^4.8.2",
"raw-loader": "^0.5.1",
"url-loader": "^1.1.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"
},
"dependencies": {}
}