forked from walmartlabs/concord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.96 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
83
84
85
{
"name": "concord-console",
"version": "1.0.0",
"private": true,
"devDependencies": {
"@babel/preset-react": "7.10.4",
"@testing-library/react": "11.0.4",
"@types/d3": "5.16.3",
"@types/jest": "26.0.14",
"@types/lodash": "4.14.161",
"@types/node": "14.11.5",
"@types/prop-types": "15.7.3",
"@types/react": "16.9.51",
"@types/react-dom": "16.9.8",
"@types/react-redux": "7.1.9",
"@types/react-router": "5.1.8",
"@types/react-router-dom": "5.1.6",
"@types/redux-logger": "3.0.8",
"@types/sinon": "9.0.8",
"@types/styled-components": "5.1.3",
"@types/webpack-env": "1.15.3",
"@typescript-eslint/typescript-estree": "2.34.0",
"babel-cli": "6.26.0",
"babel-core": "7.0.0-bridge.0",
"babel-preset-es2015": "6.24.1",
"eslint": "6.8.0",
"express": "4.17.1",
"express-http-proxy": "1.6.2",
"prettier": "1.19.1",
"react-hooks-testing-library": "0.6.0",
"redux-devtools-extension": "2.13.8",
"shx": "0.3.2",
"ts-node": "8.10.2",
"typescript": "3.9.4"
},
"dependencies": {
"@monaco-editor/react": "3.6.3",
"ansi_up": "4.0.4",
"connected-react-router": "6.8.0",
"constate": "2.0.0",
"copy-to-clipboard": "3.3.1",
"d3": "5.16.0",
"date-fns": "2.16.1",
"formik": "2.1.7",
"history": "4.10.1",
"lodash": "4.17.20",
"parse-domain": "2.0.0",
"query-string": "6.13.5",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hook-form": "6.9.2",
"react-json-view": "1.19.1",
"react-redux": "7.2.1",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.3",
"react-spring": "8.0.27",
"reakit": "0.16.0",
"redux": "4.0.5",
"redux-logger": "3.0.6",
"redux-saga": "1.1.3",
"semantic-ui-calendar-react": "0.15.3",
"semantic-ui-css": "2.4.1",
"semantic-ui-react": "2.0.0",
"styled-tools": "1.7.2",
"typeface-lato": "1.1.13",
"url-search-params-polyfill": "8.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "./npm.sh run hack:remove-sui-css-dep && react-scripts build",
"hack:remove-sui-css-dep": "shx --silent sed -i @import /*import node_modules/semantic-ui-css/semantic.min.css > /dev/null 2>&1",
"dev": "babel-node --presets es2015 scripts/devServer.js",
"test": "react-scripts test",
"test:watch": "./npm.sh test --watch",
"pretty": "prettier --tab-width 4 --print-width 100 --single-quote --jsx-bracket-same-line --arrow-parens 'always' parser 'typescript' --write 'src/**/*.{ts,tsx}'"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:8001"
}