-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.98 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
{
"name": "diaspoship-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.5",
"jss-extend": "^6.1.0",
"jss-preset-default": "^4.1.0",
"material-ui": "^1.0.0-beta.30",
"material-ui-icons": "^1.0.0-beta.17",
"moment": "^2.19.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.0.0",
"react-helmet": "^5.2.0",
"react-intl": "^2.4.0",
"react-rater": "^0.4.5",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.13",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-thunk": "^2.2.0",
"source-map-explorer": "^1.4.0",
"universal-cookie": "^2.1.2"
},
"lint-staged": {
"src/**/*.{js,jsx,json,css}": [
"prettier --single-quote --write",
"git add"
]
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test-coverage": "react-scripts test --env=jsdom --coverage",
"ci-test": "CI=true react-scripts test --env=jsdom --coverage --collectCoverageFrom=**/app/**/*.{js,jsx} && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"analyze": "source-map-explorer build/static/js/main.*",
"precommit": "lint-staged"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.6",
"@storybook/addon-links": "^3.2.6",
"@storybook/react": "^3.2.8",
"babel-eslint": "^8.2.1",
"coveralls": "^2.13.1",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.1.0",
"eslint": "^4.16.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.5.0",
"husky": "^0.14.3",
"jest-cli": "^21.2.1",
"lint-staged": "^4.2.1",
"prettier": "^1.7.0",
"react-test-renderer": "^16.0.0",
"redux-mock-store": "^1.3.0"
}
}