-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "cphjs-inst-dev-env",
"version": "0.0.2",
"description": "Example of an installable dev environment",
"repository": "https://github.com/pekala/cphjs-inst-dev-env",
"author": "Maciej Pekala",
"license": "MIT",
"bin": {
"cphjs-build": "./bin/build.js",
"cphjs-test": "./bin/test.js",
"cphjs-tdd": "./bin/tdd.js"
},
"engines": {
"node": ">=6"
},
"files": [
"bin",
"rollup.config.js",
".eslintrc.js",
".babelrc",
"jest-babel-transform.js",
"jest-config.js"
],
"dependencies": {
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"concurrently": "^3.4.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-prettier": "^2.1.0",
"eslint-plugin-compat": "^1.0.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-prettier": "^2.1.0",
"eslint-plugin-react": "^7.0.1",
"jest": "^20.0.3",
"prettier": "^1.3.1",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-json": "^2.1.1",
"rollup-plugin-sass": "^0.5.2",
"rollup-watch": "^3.2.2"
}
}