-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 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
{
"name": "react-mvx-examples",
"version": "0.1.0",
"description": "Examples from React-MVx tutorials",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node_modules/.bin/webpack",
"watch": "node_modules/.bin/webpack --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gaperton/react-mvx-docs.git"
},
"keywords": [
"react-mvx",
"reactjs",
"react",
"mvc",
"mvvm",
"model",
"view",
"type-r",
"nestedtypes",
"nestedreact",
"databinding",
"validation",
"architecture"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "*",
"babel-plugin-transform-class-properties": "*",
"babel-plugin-transform-decorators-legacy": "*",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-constant-elements": "*",
"babel-plugin-transform-react-inline-elements": "*",
"babel-preset-es2015": "*",
"babel-preset-react": "*",
"babel-runtime": "^6.26.0",
"css-loader": "^0.28.7",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-mvx": "^2.0.2",
"style-loader": "^0.19.0",
"type-r": "^2.0.0",
"webpack": "^3.8.1"
},
"author": "Vlad Balin",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaperton/react-mvx-docs/issues"
},
"homepage": "https://github.com/gaperton/react-mvx-docs#readme"
}