-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.88 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
{
"name": "maple-theme",
"version": "2.1.0",
"description": "Theme Directive for Vue",
"main": "dist/maple-theme",
"types": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env MODE='development' webpack-dev-server --inline --progress --config build/webpack.dev.config.js --hot --open",
"dist": "cross-env MODE='production' webpack --config build/webpack.prod.config.js --progress --hide-modules"
},
"files": [
"src",
"dist",
"types"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Fonigle/maple-theme.git"
},
"keywords": [
"vue",
"directive",
"theme"
],
"author": "FonigLE",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fonigle/maple-theme/issues"
},
"homepage": "http://theme.maple-ui.com",
"dependencies": {
"@babel/runtime": "^7.1.5",
"vue": "^2.5.17"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"clean-webpack-plugin": "^1.0.0",
"babel-loader": "^8.0.4",
"cross-env": "^5.2.0",
"css-loader": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.10.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.0",
"typescript": "^3.1.6",
"url-loader": "^1.1.2",
"vue-loader": "^15.4.2",
"vue-property-decorator": "^7.2.0",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.4"
}
}