-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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": "minesweeper",
"version": "0.0.1",
"main": "dist/index.js",
"scripts": {
"build": "gulp",
"serve": "gulp serve"
},
"author": "[email protected]",
"license": "UNLICENSED",
"private": true,
"description": "",
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel-plugin-external-helpers": "^6.8.0",
"babel-polyfill": "^6.13.0",
"babel-preset-latest": "^6.14.0",
"eslint": "^3.5.0",
"gulp": "^3.9.1",
"gulp-insert": "^0.5.0",
"gulp-manifest": "^0.1.1",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-rsync": "0.0.6",
"gulp-sass": "^2.3.2",
"gulp-serve": "^1.4.0",
"gulp-sourcemaps": "^1.6.0",
"jquery": "^3.1.0",
"mixwith": "^0.1.1",
"normalize.css": "^4.2.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^4.1.0",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-inject": "^1.4.1",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-string": "^2.0.2",
"rollup-plugin-strip": "^1.1.1",
"rollup-stream": "^1.12.0",
"rollup-watch": "^2.5.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}