-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.86 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.86 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "tocasui-docs",
"version": "2.3.1",
"description": "The Documentation for Tocas UI.",
"main": "client/bootstrap.js",
"scripts": {
"test": "echo wow, such TeaMeow, very Spring!",
"build": "rm -rf assets && rm -f index.html && rm -f 404.html && rm -f 200.html && webpack --config build/webpack.prod.js && node build/uglify.js",
"dev": "node build/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeaMeow/TocasUI.git"
},
"keywords": [
"vue",
"vuex",
"vue-router",
"webpack",
"starter",
"boilerplate"
],
"author": "Yami Odymel <yamiodymel@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TeaMeow/TocasUI/issues"
},
"homepage": "https://v2.tocas-ui.com/",
"dependencies": {
"vue": "^2.2.6",
"vue-router": "^2.5.1",
"vuex": "^2.3.0",
"vuex-router-sync": "^4.1.2"
},
"devDependencies": {
"commander": "^2.9.0",
"uglify-es": "3.0.15",
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"coffeescript": "^2.0.0-beta2",
"css-loader": "^0.28.0",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"loader-utils": "^1.1.0",
"node-sass": "^4.5.2",
"postcss-loader": "^1.3.3",
"progress-bar-webpack-plugin": "^1.9.3",
"pug": "^2.0.0-beta.12",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"vue-i18n": "^6.1.1",
"vue-loader": "^11.3.4",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.4.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^0.15.0",
"yaml-loader": "^0.4.0"
}
}