-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 1.96 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 1.96 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "website-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node scripts/start",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webdesignio-dozer build"
},
"webdesignio": {
"defaultLanguage": "en",
"languages": [
"en"
],
"noLangFields": [
"logo"
],
"globals": [
"logo",
"header"
],
"components": {
"Inplace": "@webdesignio/inplace",
"DocCardsEditor": [
"./doc_cards_editor_container.jsx",
{
"transform": [
"react"
]
}
],
"DocContent": [
"./doc_content_router.jsx",
{
"transform": [
"react"
]
}
],
"LoginForm": [
"./LoginForm.jsx",
{
"transform": [
"react"
]
}
]
}
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@webdesignio/client": "0.0.1",
"@webdesignio/dozer": "0.0.3",
"@webdesignio/floorman": "^1.1.0",
"@webdesignio/inplace": "^1.2.0",
"@webdesignio/react": "0.0.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"browserify": "^13.1.0",
"chalk": "^1.1.3",
"cors": "^2.7.1",
"envify": "^3.4.1",
"express": "^4.13.4",
"glob": "^7.0.6",
"marked": "^0.3.6",
"mkdirp": "^0.5.1",
"mustache": "^2.2.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4",
"rollupify": "^0.3.4",
"uglify-js": "^2.7.3",
"watch-run": "^1.2.4",
"watchify": "^3.7.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"http-errors": "^1.5.0",
"node-dev": "^3.1.3",
"standard": "^7.1.2"
}
}