forked from cerebral/overmind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 702 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 702 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": "vue-todomvc",
"private": true,
"version": "1.0.0",
"description": "Overmind todomvc demo",
"author": "Christian Alfoni <christianalfoni@gmail.com>",
"license": "MIT",
"repository": "git+https://github.com/cerebral/overmind.git",
"scripts": {
"start": "parcel src/index.html --port 4000",
"build": "parcel build src/index.html ",
"test": "echo \"Error: no test specified\"",
"prepare": "npm run build"
},
"keywords": [
"overmind",
"demo"
],
"dependencies": {
"overmind-vue": "next",
"color": "^3.0.0",
"vue": "^2.5.16",
"vue-styled-components": "^1.3.0"
},
"devDependencies": {
"babel-plugin-transform-vue-jsx": "^3.7.0",
"parcel-bundler": "^1.9.7"
}
}