-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "MightyVisionWebsite",
"version": "0.0.1",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"node-sass": "^4.11.0",
"screenfull": "^4.0.0"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "^2.18.12",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.8.0",
"gulp-flatten": "^0.3.1",
"gulp-htmlmin": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.1",
"pump": "^1.0.2",
"sw-precache": "^5.2.1",
"webpack": "^2.6.1",
"webpack-stream": "^3.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "static-i18n -l ru -i en -i ru -o dist .tmp/compiled",
"gulp": "gulp"
},
"author": "Mighty Vision",
"license": ""
}