This repository was archived by the owner on Jun 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.42 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.42 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
{
"name": "semantic-ui-vue",
"description": "The unofficial semantic-ui Vue 2.0 intergration",
"version": "0.1.0",
"author": "comfuture <comfuture@gmail.com>",
"private": true,
"main": "./dist/lib.js",
"scripts": {
"dev": "webpack-dev-server --config ./build/webpack.dev.js --open --hot",
"build": "node build/build.js",
"build:docs": "node build/build-docs.js"
},
"dependencies": {
"vue": "^2.6.4"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.22.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"eslint": "^3.15.0",
"eslint-config-standard": "^6.2.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^2.0.1",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.30.1",
"mocha": "^5.2.0",
"mocha-loader": "^1.1.3",
"remove": "^0.1.5",
"semantic-ui-css": "^2.4.1",
"should": "^11.2.0",
"should-sinon": "0.0.5",
"sinon": "^1.17.7",
"vue-loader": "^10.0.0",
"vue-router": "^2.8.1",
"vue-template-compiler": "^2.6.4",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^2.6.1"
}
}