-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "semantic-ui-vuejs",
"version": "0.0.2",
"description": "Vue Semantic UI components",
"main": "./index",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --display-error-details",
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/wagnereliakim/semantic-ui-vuejs.git"
},
"keywords": [
"vue",
"vuejs",
"semantic-ui",
"html",
"components"
],
"author": "Wagner Lima <wagner.el.lima@gmail.com> (https://www.wagnereliakim.eti.br/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wagnereliakim/semantic-ui-vuejs/issues"
},
"dependencies": {
"semantic-ui-css": "^2.2.7"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"chai": "^3.5.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.9.0",
"mocha": "^3.2.0",
"progress-bar-webpack-plugin": "^1.9.3",
"style-loader": "^0.13.2",
"url-loader": "^0.5.7",
"vue": "^2.2.0",
"vue-loader": "^11.0.0",
"vue-template-compiler": "^2.2.0",
"webpack": "^2.2.0"
}
}