-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "vue-nani-kore",
"version": "0.3.13",
"description": "A bucket of funky components for Vue.js",
"keywords": [
"vue"
],
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"dev": "concurrently --kill-others \"npm run build-watch\" \"npm run build-docs-watch\" \"npm run dev-server\"",
"dev-server": "cross-env node dev-server.js",
"build": "webpack -p --color --progress",
"build-docs": "webpack -p --color --progress --config docs/webpack.config.js",
"build-watch": "webpack -p --watch --color --progress",
"build-docs-watch": "webpack -p --watch --color --progress --config docs/webpack.config.js"
},
"author": {
"name": "Joey Frohikey",
"email": "frohikey@gmail.com",
"url": "http://www.frohikey.com"
},
"repository": {
"type": "git",
"url": "https://github.com/goto10hq/vue-nani-kore"
},
"bugs": {
"url": "https://github.com/goto10hq/vue-nani-kore/issues"
},
"homepage": "https://github.com/goto10hq/vue-nani-kore/#readme",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"bootstrap-loader": "^2.2.0",
"bootstrap-sass": "^3.3.7",
"bootstrap-without-jquery": "^1.0.5",
"concurrently": "^3.6.1",
"connect-history-api-fallback": "^1.5.0",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"dropzone": "^5.5.1",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^3.0.2",
"http-proxy-middleware": "^0.19.0",
"node-sass": "^4.9.3",
"opn": "^5.3.0",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"vue": "^2.5.17",
"vue-highlightjs": "^1.3.3",
"vue-loader": "^14.2.3",
"vue-template-compiler": "^2.5.17",
"webpack": "^3.12.0"
},
"dependencies": {
"animate.css": "^3.7.0",
"vue-lazyload": "^1.2.6",
"vue-simple-spinner": "^1.2.8",
"vuedraggable": "^2.16.0"
}
}