-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.06 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
{
"name": "rd-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.1.3",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"cross-fetch": "^3.0.5",
"draft-js": "^0.11.7",
"graphql": "^15.3.0",
"graphql-tag.macro": "^2.0.1",
"history": "^5.0.0",
"loglevel": "^1.6.8",
"markdown-draft-js": "^2.2.1",
"moment": "^2.27.0",
"react": "^16.13.1",
"react-add-to-calendar": "^0.1.5",
"react-add-to-calendar-hoc": "^1.0.10",
"react-datepicker": "^3.1.3",
"react-dom": "^16.13.1",
"react-dotdotdot": "^1.3.1",
"react-dropzone": "^11.0.2",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-infinite-scroller": "^1.2.4",
"react-is": "^16.13.1",
"react-router-dom": "^6.0.0-beta.0",
"react-scripts": "3.4.3",
"react-timeago": "^4.4.0",
"react-truncate": "^2.4.0",
"react-truncate-markup": "^5.0.0",
"remarkable": "^2.0.1",
"styled-components": "^5.2.0",
"subscriptions-transport-ws": "^0.9.18"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"intro": "node src/utils/introspection.js",
"lint": "prettier-standard --lint",
"lint:css": "stylelint './src/**/*.(js|jsx|css)'",
"create-env": "printenv > .env"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@types/react": "^16.9.49",
"@types/react-helmet": "^6.1.0",
"@types/react-html-parser": "^2.0.1",
"@types/uuid": "^8.0.1",
"prettier-standard": "^16.4.1",
"stylelint": "^13.7.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"typescript": "^4.0.2"
}
}