-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 830 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 830 Bytes
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
{
"name": "theme-preview",
"version": "0.0.0",
"description": "Preview theme transform in real-time",
"private": false,
"keywords": [],
"scripts": {
"dev": "cooking watch -p",
"dist": "cooking build -p",
"deploy": "cooking build -p"
},
"repository": {
"type": "git",
"url": "git@github.com:ElementUI/theme-preview.git"
},
"author": "leopoldthecuber@gmail.com",
"license": "MIT",
"dependencies": {
"babel-polyfill": "*",
"blob-util": "^1.2.1",
"css-color-function": "^1.3.0",
"element-ui": "^1.1.5",
"es6-promise": "^4.0.5",
"file-saver": "^1.3.3",
"jszip": "^3.1.3",
"object-assign": "^4.1.1",
"vue": "^2.0.1",
"vue-i18n": "^4.10.0",
"vue-router": "^2.1.1"
},
"devDependencies": {
"cooking-vue2": "*",
"gh-pages": "^0.12.0"
}
}