-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
154 lines (141 loc) · 4.35 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
{
"name": "htz-inter-demo",
"version": "0.0.1",
"description": "This is a demo module",
"repository": {
"type": "git",
"url": "https://github.com/haaretz/htz-inter-demo"
},
"author": {
"name": "TxHawks",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"update": "ncu",
"build": "npm run build:umd",
"build:umd": "cross-env NODE_ENV=production webpack -p --progress --display-error-details --color",
"gh-pages": "config/gh-pages.sh",
"init": "git init && npm i",
"jsdoc": "config/jsdoc.sh",
"lint": "eslint --global \"$(node config/echo-eslint-test-globals.js)\" --env mocha ./src/**/*.js",
"postinstall": "npm rebuild phantomjs-prebuilt" ,
"prepublish": "npm run build",
"serve": "browser-sync start -s dist ",
"dev": "webpack-dev-server --inline --progress --colors --contentBase=static",
"tdd:browser": "npm run test:browser -- --auto-watch --no-single-run --browsers Chrome",
"test:browser": "karma start",
"test": "cross-env NODE_ENV=test mocha-webpack",
"tdd": "npm test -- --watch",
"coverage": "nyc npm t",
"coverage:report": "nyc report --reporter=html"
},
"main": "dist/htz-inter-demo.min.js",
"jsnext:main": "dist/esm/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/index.d.ts",
"devDependencies": {
"autoprefixer": "^6.7.2",
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-env": "^1.2.0",
"babel-register": "^6.22.0",
"babel-template": "^6.22.0",
"babel-types": "^6.22.0",
"browser-sync": "^2.18.7",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"clean-webpack-plugin": "^0.1.15",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^3.1.4",
"css-loader": "^0.26.1",
"dirty-chai": "^1.2.2",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-react": "^6.9.0",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.28.0",
"isparta": "^4.0.0",
"isparta-loader": "^2.0.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.3",
"jsdom": "^9.10.0",
"jsdom-global": "^2.1.1",
"json-loader": "^0.5.4",
"karma": "^1.4.1",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sauce-launcher": "^1.1.0",
"karma-sinon-chai": "^1.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.2",
"lodash-webpack-plugin": "^0.11.0",
"loke-jsdoc-theme": "^2.1.0",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0",
"mocha-webpack": "^0.7.0",
"node-sass": "^4.5.0",
"npm-check-updates": "^2.8.10",
"nyc": "^10.1.2",
"phantomjs-prebuilt": "^2.1.14",
"postcss-loader": "^1.2.2",
"promise-polyfill": "^6.0.2",
"sass-loader": "^4.1.1",
"simulant": "^0.2.2",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"source-map-loader": "^0.1.6",
"source-map-support": "^0.4.11",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"inject-loader": "3.0.0-beta4",
"webpack-dev-server": "^2.3.0",
"webpack-merge": "^2.6.1",
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"babel-runtime": "^6.22.0"
},
"nyc": {
"include": [
"src/**/*.{js,ts}"
],
"exclude": [
"node_modules",
".tmp",
".awcache",
"src/**/*.spec.{ts,js}"
],
"extension": [
".ts",".js"
],
"require": [
"babel-register"
],
"sourceMap": false,
"instrument": false
}
}