-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
173 lines (168 loc) · 4.83 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"name": "nwb",
"description": "A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)",
"version": "0.15.6",
"license": "MIT",
"author": "Jonny Buchanan <jonathan.buchanan@gmail.com>",
"bin": {
"inferno": "./lib/bin/inferno.js",
"nwb": "./lib/bin/nwb.js",
"preact": "./lib/bin/preact.js",
"react": "./lib/bin/react.js"
},
"scripts": {
"build": "npm run lint && rimraf lib && babel src --out-dir lib --quiet",
"build:watch": "rimraf lib && babel src --watch --out-dir lib",
"lint": "eslint *.js babel-presets src tests",
"lint:fix": "npm run lint -- --fix",
"test": "npm run build && cross-env NODE_ENV=test NWB_TEST=true mocha --compilers js:babel-core/register tests/*-test.js tests/commands/*-test.js",
"test:coverage": "npm run build && cross-env NODE_ENV=test NWB_TEST=true nyc mocha tests/*-test.js tests/commands/*-test.js",
"test:watch": "cross-env NODE_ENV=test NWB_TEST=true mocha --watch --compilers js:babel-core/register tests/*-test.js"
},
"files": [
"babel-presets",
"docs",
"lib",
"templates",
"express.js",
"polyfills.js"
],
"engines": {
"node": ">=4.3.0"
},
"dependencies": {
"chalk": "1.1.3",
"copy-template-dir": "1.3.0",
"cross-spawn": "5.0.1",
"debug": "2.6.0",
"detect-port": "1.1.0",
"figures": "2.0.0",
"filesize": "3.4.3",
"glob": "7.1.1",
"gzip-size": "3.0.0",
"inquirer": "3.0.1",
"minimist": "1.2.0",
"ora": "1.1.0",
"resolve": "1.2.0",
"rimraf": "2.5.4",
"run-series": "1.1.4",
"semver": "5.3.0",
"webpack-merge": "2.4.0",
"babel-cli": "6.22.2",
"babel-core": "6.22.1",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-inferno": "1.7.0",
"babel-plugin-istanbul": "3.1.2",
"babel-plugin-lodash": "3.2.11",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-react-jsx": "6.22.0",
"babel-plugin-transform-react-jsx-source": "6.22.0",
"babel-plugin-transform-react-jsx-self": "6.22.0",
"babel-plugin-transform-react-remove-prop-types": "0.2.11",
"babel-plugin-transform-runtime": "6.22.0",
"babel-polyfill": "6.22.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-es2016": "6.22.0",
"babel-preset-react": "6.22.0",
"babel-preset-stage-0": "6.22.0",
"babel-preset-stage-1": "6.22.0",
"babel-preset-stage-2": "6.22.0",
"babel-preset-stage-3": "6.22.0",
"babel-runtime": "6.22.0",
"react-transform-catch-errors": "1.0.2",
"react-transform-hmr": "1.0.4",
"redbox-noreact": "1.1.0",
"express": "4.14.0",
"connect-history-api-fallback": "1.3.0",
"karma": "1.4.0",
"diff": "3.2.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.1",
"phantomjs-prebuilt": "2.1.14",
"mocha": "3.2.0",
"expect": "1.20.2",
"object-assign": "4.1.1",
"promise": "7.1.1",
"whatwg-fetch": "2.0.2",
"webpack": "2.2.0",
"autoprefixer": "6.7.0",
"babel-loader": "6.2.10",
"case-sensitive-paths-webpack-plugin": "1.1.4",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.26.1",
"eventsource-polyfill": "0.9.6",
"@insin/extract-text-webpack-plugin": "2.0.0-beta.5.1b711fa5",
"file-loader": "0.9.0",
"html-webpack-plugin": "2.26.0",
"@insin/npm-install-webpack-plugin": "4.0.4-3ee2c673",
"postcss-loader": "1.2.2",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack-dev-middleware": "1.9.0",
"webpack-hot-middleware": "2.15.0",
"webpack-md5-hash": "0.0.5"
},
"devDependencies": {
"babel-preset-env": "1.1.8",
"cross-env": "3.1.4",
"eslint-config-jonnybuchanan": "4.8.0",
"eventsource": "0.2.1",
"nyc": "10.1.2",
"shelljs": "0.7.6",
"temp": "0.8.3",
"tree-kill": "1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/insin/nwb.git"
},
"keywords": [
"development",
"inferno",
"preact",
"react",
"tooling"
],
"babel": {
"presets": [
["env", {
"loose": true,
"targets": {
"node": 4
}
}],
"stage-3"
],
"plugins": [
"add-module-exports"
],
"env": {
"test": {
"plugins": [
["istanbul", {
"include": "src"
}]
]
}
}
},
"nyc": {
"instrument": false,
"reporter": [
"lcov",
"text-summary"
],
"require": [
"babel-core/register"
],
"sourceMap": false
}
}