forked from inspirehep/inspirehep-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.38 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "inspire-next-react",
"license": "GPL-2.0",
"version": "0.1.0",
"proxy": "http://localhost:5000",
"bundlesize": [
{
"path": "./build/**/*.js",
"maxSize": "250 kB"
}
],
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "yarn lint && yarn test:unit && yarn test:ui && yarn test:size",
"test:ui": "./run-ui-tests.sh",
"test:unit": "react-app-rewired test --env=jsdom",
"test:size": "bundlesize",
"eject": "react-scripts eject",
"lint": "eslint ./src --ext .js,.jsx",
"precommit": "pretty-quick --single-quote --staged"
},
"dependencies": {
"@babel/runtime": "7.0.0-beta.55",
"antd": "^3.4.1",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"formik": "^1.0.2",
"history": "^4.7.2",
"immutable": "^3.8.2",
"is-valid-orcid": "^1.2.0",
"jsondiffpatch": "^0.3.11",
"lodash.isempty": "^4.4.0",
"lodash.isplainobject": "^4.0.6",
"lodash.transform": "^4.6.0",
"math-interval-2": "^1.1.0",
"qs": "^6.5.1",
"react": "^16.2.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.2.0",
"react-latex-next": "^1.1.0",
"react-loadable": "^5.4.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.3",
"react-vis": "^1.9.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"tachyons": "^4.10.0",
"yup": "^0.26.0"
},
"devDependencies": {
"axios-mock-adapter": "^1.15.0",
"babel-eslint": "8",
"babel-plugin-import": "^1.7.0",
"bundlesize": "^0.17.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.3",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"husky": "^0.14.3",
"jest-enzyme": "^6.0.0",
"jest-localstorage-mock": "^2.2.0",
"node-sass": "^4.9.0",
"prettier": "1.12.1",
"pretty-quick": "^1.6.0",
"react-app-rewire-less": "^2.1.2",
"react-app-rewire-sass-rule": "^1.0.2",
"react-app-rewired": "^1.5.2",
"react-test-renderer": "^16.2.0",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.1",
"sass-loader": "^7.0.1"
}
}