-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "html5-challenge",
"version": "1.1.0",
"description": "AminoMOVE challenge for Hybrid team",
"main": "gulpfile.js",
"author": "Matti Mehtonen",
"license": "UNLICENSED",
"dependencies": {
"babel-core": "6.26.0",
"babel-eslint": "8.0.3",
"babel-jest": "21.2.0",
"babel-loader": "7.1.2",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-register": "6.26.0",
"chalk": "2.3.0",
"eslint": "4.13.1",
"eslint-loader": "1.9.0",
"fs-extra": "5.0.0",
"jest": "21.2.1",
"optimist": "0.6.1",
"pre-commit": "1.2.2",
"webpack": "3.10.0",
"word-wrap": "1.2.3"
},
"scripts": {
"start": "node ./config/start.js",
"test": "NODE_ENV=test jest --config .jestrc.json",
"lint": "NODE_ENV=test eslint --config .eslintrc \"src/**/*.js\""
},
"pre-commit": [
"test",
"lint"
]
}