-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
63 lines (63 loc) · 1.82 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
{
"name": "vue-pixel-art",
"description": "Vue Pixel Art is an easy way to draw your Pixel Arts",
"homepage": "https://github.com/guastallaigor/vue-pixel-art#readme",
"author": "Igor Guastalla de Lima",
"version": "1.0.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"e2e": "cypress open",
"deploy": "npm run build && now --public && now alias && now rm vue-pixel-art --safe --yes"
},
"dependencies": {
"8bit": "^1.0.1",
"dom-to-image": "^2.6.0",
"downloadjs": "^1.4.7",
"nes.css": "^2.0.0",
"vue": "^2.6.7",
"vue-clipboard2": "^0.2.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-e2e-cypress": "^3.2.0",
"@vue/cli-plugin-eslint": "^3.2.0",
"@vue/cli-plugin-unit-jest": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0-0",
"node-sass": "^4.12.0",
"sass-loader": "^7.0.1",
"typeface-press-start-2p": "0.0.54",
"vue-template-compiler": "^2.5.17"
},
"bugs": {
"url": "https://github.com/guastallaigor/vue-pixel-art/issues"
},
"keywords": [
"pixel-art",
"vue",
"vuejs2",
"pixel",
"pixel-editor",
"pixel-art-maker",
"vue-pixel"
],
"license": "MIT",
"main": "./vue-pixel-art.js",
"repository": {
"type": "git",
"url": "https://github.com:guastallaigor/vue-pixel-art.git"
}
}