-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
85 lines (85 loc) · 2.57 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": "satni.org",
"version": "0.2.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.2.5",
"@lingui/macro": "^2.9.1",
"@lingui/react": "^2.9.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"@reduxjs/toolkit": "^1.4.0",
"@sentry/react": "^6.4.1",
"@storybook/preset-create-react-app": "^3.1.7",
"apollo-link-rest": "^0.8.0-beta.0",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.6",
"cross-fetch": "^3.1.5",
"graphql": "^15.4.0",
"graphql-anywhere": "^4.2.7",
"prop-types": "^15.6.2",
"qs": "^6.9.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-truncate": "^2.4.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.6",
"react-window-infinite-loader": "^1.0.5",
"xss-filters": "^1.2.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"add-locale": "lingui add-locale",
"extract": "lingui extract",
"compile": "lingui compile",
"build-storybook": "build-storybook -s public",
"deploy": "rsync -vaz --info=progress2 build/* satni.org:/var/www/html/risten/"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@lingui/cli": "^2.9.1",
"@lingui/loader": "2.8.3",
"@storybook/addon-actions": "^6.1.21",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "^6.1.21",
"@storybook/addon-viewport": "^6.0.28",
"@storybook/addons": "^6.0.28",
"@storybook/node-logger": "^6.1.21",
"@storybook/react": "^6.1.21",
"babel-core": "^7.0.0-bridge.0",
"babel-runtime": "^6.26.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^1.7.0",
"react-test-renderer": "^17.0.1",
"storybook-addon-linguijs": "^1.0.10"
},
"browserslist": {
"production": [
">0.2%",
"safari >= 10.1",
"not dead",
"not ie <= 10",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"author": "Børre Gaup <[email protected]> (http://divvun.no)"
}