-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1002 Bytes
/
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
{
"name": "virtual-dom-examples",
"version": "1.0.0",
"description": "Virtual Dom Examples",
"main": "index.js",
"scripts": {
"prestart": "npm install",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/francesco-strazzullo/virtual-dom-examples.git"
},
"keywords": [
"Virtal",
"Dom"
],
"author": "francesco-strazzullo ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/francesco-strazzullo/virtual-dom-examples/issues"
},
"homepage": "https://github.com/francesco-strazzullo/virtual-dom-examples#readme",
"dependencies": {
"mobx": "2.6.0",
"virtual-dom": "2.1.1"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "6.5.0",
"babel-preset-stage-1": "6.5.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}