forked from infernojs/inferno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
186 lines (186 loc) · 5.7 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
174
175
176
177
178
179
180
181
182
183
184
185
186
{
"name": "inferno-build",
"private": true,
"license": "MIT",
"version": "1.0.0-beta43",
"author": {
"name": "Dominic Gannaway",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/trueadm/inferno/issues"
},
"devDependencies": {
"@types/benchmark": "^1.0.30",
"@types/chai": "^3.4.34",
"@types/core-js": "^0.9.35",
"@types/mocha": "^2.2.34",
"@types/node": "^6.0.52",
"@types/sinon": "^1.16.33",
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-inferno": "1.3.0-beta17",
"babel-plugin-module-resolver": "^2.4.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-es2015-modules-umd": "^6.18.0",
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-plugin-transform-undefined-to-void": "^6.8.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-register": "^6.18.0",
"buble": "^0.15.1",
"chai": "^3.5.0",
"concat-stream-es6": "0.0.1",
"convert-source-map": "^1.3.0",
"coveralls": "^2.11.15",
"cross-env": "^3.1.3",
"es5-shim": "^4.5.9",
"es6-shim": "^0.35.2",
"eslint": "^3.12.2",
"eslint-plugin-babel": "^4.0.0",
"glob": "^7.1.1",
"history": "4.5.0",
"hoist-non-inferno-statics": "^1.1.3",
"jsdom": "^9.9.1",
"karma": "^1.3.0",
"karma-benchmark": "^0.6.0",
"karma-benchmark-reporter": "^0.1.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-failed-reporter": "0.0.3",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-json-result-reporter": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.1.0",
"karma-webpack": "^1.8.1",
"lodash": "^4.17.2",
"merge-source-map": "^1.0.3",
"mkdirp": "^0.5.1",
"mobx": "^2.7.0",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0",
"most": "^1.1.1",
"most-subject": "^5.3.0",
"nyc": "^10.0.0",
"object.entries": "^1.0.4",
"path-to-regexp-es6": "0.0.2",
"pre-commit": "^1.2.2",
"proptypes": "^0.14.3",
"redux": "^3.6.0",
"rimraf": "^2.5.4",
"rollup": "^0.38.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-filesize": "^1.0.1",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1",
"sinon": "2.0.0-pre.4",
"ts-loader": "^1.3.3",
"ts-node": "^1.7.2",
"tslint": "^4.2.0",
"typescript": "^2.1.4",
"union-type-es": "^0.1.0",
"webpack": "2.2.0-rc.1",
"webpack-dev-server": "2.2.0-rc.0"
},
"files": [
"src"
],
"homepage": "https://github.com/trueadm/inferno#readme",
"main": "packages/inferno/dist/inferno.js",
"jsnext:main": "packages/inferno/dist/inferno.es2015.js",
"keywords": [
"babel",
"react",
"inferno",
"framework",
"interfaces",
"user interfaces",
"html",
"renderToString",
"server",
"dom",
"browser",
"rollup"
],
"nyc": {
"all": true,
"check-coverage": true,
"lines": 85,
"statements": 85,
"functions": 85,
"branches": 80,
"sourceMap": false,
"include": [
"src/*.ts",
"src/**/*.ts"
],
"exclude": [
"packages",
"examples",
"benchmarks",
"src/inferno.d.ts",
"src/**/*__tests__*/**",
"src/devtools/**/*.ts",
"typings"
],
"extension": [
".ts"
],
"reporter": [
"lcov",
"html",
"text"
],
"require": [
"./test/mocha/compiler.js",
"babel-register"
]
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/trueadm/inferno.git"
},
"scripts": {
"browser": "webpack-dev-server --config config/webpack.dev.conf.js",
"build": "npm run clean && mkdirp build && (tsc --outDir build --module es6 || true) && npm run build:dev && npm run build:prod",
"build:dev": "cross-env NODE_ENV=development babel-node --presets es2015 config/rollup.config.js",
"build:prod": "cross-env NODE_ENV=production babel-node --presets es2015 config/rollup.config.js",
"clean": "rimraf coverage/ build/",
"karma:firefox": "karma start config/karma.conf.js --browsers=Firefox",
"karma:chrome": "karma start config/karma.conf.js --browsers=Chrome",
"karma:ie": "karma start config/karma.conf.js --browsers=IE",
"karma:all": "npm run karma:firefox && npm run karma:chrome && npm run karma:ie",
"lint": "npm run lint:ts && npm run lint:js",
"lint:js": "eslint config examples src test packages/*/src",
"lint:ts": "tslint src/**/*.ts src/**/*.tsx test/**/*.ts",
"packages:purge": "rimraf node_modules",
"packages:reinstall": "npm run packages:purge && npm install",
"prepublish": "npm run build",
"test": "npm run lint && npm run test:browser && npm run test:server",
"pretest:bench": "karma start test/karma/karma.bench.conf.js",
"test:bench": "node test/karma/bench.js",
"test:browser": "karma start test/karma/karma.unit.conf.js",
"test:publish": "coveralls < coverage/lcov.info && rimraf coverage",
"test:quick": "cross-env mocha",
"test:server": "cross-env nyc mocha"
},
"pre-commit": [
"lint",
"test",
"build"
]
}