-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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": "Five_chesses",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"font": "font-spider src/index.html"
},
"repository": {
"type": "git",
"url": "https://github.com/DDU1222/Five_chesses.git"
},
"keywords": [],
"author": "chenxue",
"license": "MIT",
"dependencies": {
"lib-flexible": "^0.3.2",
"normalize-scss": "^5.0.3",
"jquery": "1.8.3",
"pixi.js": "^4.0.0"
},
"devDependencies": {
"eruda": "0.6.5",
"browser-sync": "^2.13.0",
"eslint": "^2.13.1",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-standard": "^1.3.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.0",
"gulp-babel": "^6.1.2",
"babel-preset-es2015": "6.18.0",
"gulp-load-plugins": "^1.2.4",
"gulp-sass": "^2.3.2",
"gulp-newer": "^1.2.0",
"gulp-size": "^2.1.0",
"gulp-image-resize": "^0.9.0",
"gulp-imagemin": "^3.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4"
}
}