forked from chaskiq/chaskiq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 4.13 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "chaskiq",
"private": true,
"license": "AGPL-3.0-or-later",
"dependencies": {
"@babel/cli": "^7.12.1",
"@babel/node": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.9.4",
"@babel/preset-react": "^7.9.4",
"@date-io/moment": "^1.3.6",
"@emotion/babel-plugin-jsx-pragmatic": "^0.1.5",
"@emotion/cache": "^10.0.14",
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.14",
"@headlessui/react": "^0.2.0",
"@nivo/calendar": "^0.63.1",
"@nivo/pie": "^0.63.1",
"@rails/activestorage": "^6.0.0",
"@rails/webpacker": "^5.2.1",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.1",
"@tailwindcss/ui": "^0.6.2",
"Dante2": "0.5.0-rc26",
"actioncable": "^5.2.4-1",
"activestorage": "^5.2.3",
"add": "^2.0.6",
"array-move": "^2.1.0",
"axios": "^0.18.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-prismjs": "^1.1.1",
"body-scroll-lock": "^3.0.1",
"draft-convert": "^2.1.8",
"draft-js": "^0.11.4",
"emoji-mart": "^2.11.1",
"emojione": "^2.2.7",
"emotion-theming": "^10.0.14",
"form-serialize": "^0.7.2",
"gravatar": "^1.6.0",
"i18n-js": "^3.5.1",
"i18next": "^17.0.15",
"i18next-browser-languagedetector": "^3.0.3",
"isomorphic-fetch": "^2.2.1",
"jsrsasign": "^8.0.12",
"mapbox-gl": "^1.0.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"mr-emoji": "^1.1.4",
"nivo": "^0.31.0",
"polished": "^3.6.6",
"postcss": "^7.0.35",
"postcss-cssnext": "^3.1.0",
"prop-types": "^15.6.1",
"rc-tooltip": "^4.0.3",
"react": "16.8.0",
"react-beautiful-dnd": "^11.0.4",
"react-bootstrap": "^0.32.1",
"react-color": "^2.14.1",
"react-datepicker": "^2.14.1",
"react-dom": "16.8.0",
"react-frame-component": "^4.1.1",
"react-hot-loader": "^4.12.14",
"react-i18next": "^10.12.4",
"react-markdown": "^4.3.1",
"react-moment": "^0.7.0",
"react-popper": "^1.0.0",
"react-redux": "^7.1.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-select": "^2.4.4",
"react-sortable-hoc": "^1.9.1",
"react-spring": "^8.0.27",
"react-timeago": "^4.1.9",
"reactour-emotion": "^1.15.1",
"recompose": "^0.27.1",
"redraft": "^0.10.2",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-localstorage": "^0.4.1",
"redux-thunk": "^2.3.0",
"sanitize-html": "^1.20.1",
"simmerjs": "^0.5.6",
"simple-peer": "^9.7.0",
"styled-components": "4.3.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"twin.macro": "^2.1.1",
"ua-parser-js": "^0.7.20",
"url-pattern": "^1.0.3",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-dev-server": "^3.1.4"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"cypress": "6.1.0",
"cypress-xpath": "^1.4.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unused-imports": "^0.1.2"
},
"resolutions": {
"styled-components": "^4.3.2"
},
"scripts": {
"format:js": "npx eslint --fix ./app/javascript",
"format:ruby": "rubocop -a",
"format:all": "yarn format:js ; yarn format:ruby",
"rails-cy": "bundle exec rails server -e test -p 5002",
"cypress:open": "./node_modules/.bin/cypress open",
"cypress:run": "./node_modules/.bin/cypress run --headless --browser chrome",
"cypress:ci": "./node_modules/.bin/cypress run --headless --browser chrome --record --key 0998a03f-f6fe-4acf-8444-b81533c950cd --parallel --ci-build-id $TRAVIS_BUILD_ID",
"cypress:ga-ci": "./node_modules/.bin/cypress run --headless --browser chrome --record --key 0998a03f-f6fe-4acf-8444-b81533c950cd --parallel --ci-build-id $GITHUB_RUN_ID",
"dev": "./bin/webpack-dev-server",
"build": "bundle exec rake assets:precompile"
}
}