-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.13 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
45
46
47
48
49
50
{
"name": "hiking_hiking",
"version": "1.0.0",
"description": "HIKING-HIKING",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "SHIMA KYOHSUKE",
"license": "MIT",
"engines": {
"node": ">=6.9.4"
},
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.22.0",
"bulma-stylus": "^0.3.2",
"gulp": "^3.9.1",
"gulp-changed": "^2.0.0",
"gulp-data": "^1.2.1",
"gulp-debug": "^3.1.0",
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.2",
"gulp-notify": "^3.0.0",
"gulp-pleeease": "^2.0.2",
"gulp-plumber": "^1.1.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^4.3.11",
"minimist": "^1.2.0",
"require-dir": "^0.3.1",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"flipsnap": "^0.6.3",
"jquery": "^3.2.1",
"sanitize.css": "^5.0.0"
}
}