-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "contacts",
"version": "0.1.0",
"private": true,
"description": "contacts",
"scripts": {
"start": "webpack-dev-server --content-base assets/",
"build": "webpack",
"build-watch": "webpack --watch",
"lint": "eslint . --max-warnings 0",
"typecheck": "flow",
"test-src": "jest",
"test": "npm run lint && npm run typecheck && npm run test-src"
},
"dependencies": {
"class-autobind": "^0.1.4",
"classnames": "^2.2.5",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"css-loader": "^0.26.1",
"css-modules-require-hook": "^4.0.5",
"enzyme": "^2.7.1",
"eslint": "^3.14.1",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-react": "^6.9.0",
"flow-bin": "^0.38.0",
"jest": "^18.1.0",
"raw-loader": "^0.5.1",
"react-addons-test-utils": "^15.4.2",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^1.16.3"
},
"keywords": [],
"author": "",
"license": "ISC"
}