-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.5 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
{
"name": "mad-stand-up",
"version": "0.1.4",
"description": "Write stand-ups quickly",
"engines": {
"node": "7.10.1",
"npm": "4.2.0"
},
"scripts": {
"build": "mkdir -p ./build/prod && webpack --config ./webpack/webpack.config.prod.js",
"start": "mkdir -p ./build/dev && webpack --config ./webpack/webpack.config.dev.js",
"lint": "eslint src/js/",
"test": "mocha-webpack --watch --webpack-config ./webpack/webpack.config.test.js \"src/js/**/*.spec.js\"",
"test:ci": "mocha-webpack --webpack-config ./webpack/webpack.config.test.js \"src/js/**/*.spec.js\""
},
"dependencies": {
"jquery": "3.1.1",
"js-datepicker": "^4.6.4",
"lodash": "4.17.4"
},
"devDependencies": {
"babel-core": "6.18.2",
"babel-eslint": "7.1.0",
"babel-loader": "6.2.7",
"babel-plugin-module-resolver": "2.3.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-stage-2": "6.18.0",
"copy-webpack-plugin": "4.0.1",
"crx-webpack-plugin": "0.1.5",
"css-loader": "0.26.0",
"eslint": "3.14.0",
"eslint-config-airbnb": "14.0.0",
"eslint-import-resolver-babel-module": "2.2.1",
"eslint-plugin-import": "2.2.0",
"eventemitter2": "0.4.14",
"mocha": "1.20.0",
"mocha-webpack": "0.7.0",
"sinon": "1.12.2",
"webpack": "2.2.1",
"webpack-dev-server": "1.16.2",
"webpack-node-externals": "1.5.4",
"webpack-version-file-plugin": "0.2.2"
},
"export-symbol": "extensionSkeleton.exports"
}