This repository has been archived by the owner on Feb 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
54 lines (54 loc) · 1.61 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
51
52
53
54
{
"name": "VMKT",
"version": "0.0.2",
"description": "Прототип мобильного приложения для владивостокского морского контейнерного терминала",
"authors": [
{
"name": "Andrey Pastukhov",
"email": "gmtyllo@gmail.com"
}
],
"dependencies": {
"autoprefixer": "^6.1.1",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"css-loader": "^0.23.0",
"del": "^2.1.0",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"git-rev-sync": "https://github.com/kurttheviking/git-rev-sync/tarball/master",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-env": "^0.4.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"jade": "^1.11.0",
"jade-html-loader": "https://github.com/thekip/jade-html-loader/tarball/master",
"jade-loader": "^0.8.0",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"moment": "^2.11.2",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.0",
"precss": "^1.3.0",
"promise-loader": "^1.0.0",
"raw-loader": "^0.5.1",
"require-dir": "^0.3.0",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"svg-sprite-loader": "0.0.15",
"url-loader": "^0.5.7",
"vinyl-named": "^1.1.0",
"vue": "^1.0.19",
"vue-i18n": "^2.4.1",
"vue-resource": "^0.7.0",
"vue-router": "^0.7.11",
"vuex": "^0.6.2",
"webpack-stream": "2.1.0"
},
"scripts": {
"postinstall": "bower install && gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
}
}