-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 756 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
{
"name": "DomiColor",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:mrluissan/DomiColor.git",
"author": "Luis Adame <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --public-url ./"
},
"dependencies": {
"node-vibrant": "^3.0.0",
"parcel": "^1.9.6",
"vue": "^2.5.16",
"vue-hot-reload-api": "^2.3.0",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8"
},
"devDependencies": {
"@vue/component-compiler-utils": "^2.1.0",
"node-sass": "^4.9.2",
"babel-preset-env": "^1.6.1",
"babel-preset-vue": "^2.0.0",
"parcel-bundler": "^1.9.6",
"vue-template-compiler": "^2.5.16"
}
}