-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.78 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
{
"name": "obs-remote",
"version": "0.1.0",
"private": true,
"homepage": "https://localhost",
"author": {
"name": "Folklore",
"email": "[email protected]"
},
"contributors": [
{
"name": "David Mongeau-Petitpas",
"email": "[email protected]"
},
{
"name": "Nicolas Roy-Bourdages",
"email": "[email protected]"
}
],
"scripts": {
"build": "react-scripts build",
"start": "react-scripts start"
},
"dependencies": {
"bootstrap": "^4.5.0",
"classnames": "^2.2.6",
"domready": "^1.0.8",
"intl": "^1.2.5",
"js-cookie": "^2.2.1",
"obs-websocket-js": "^4.0.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-intl": "^4.6.9",
"react-spring": "^8.0.27",
"react-use-gesture": "^7.0.15"
},
"devDependencies": {
"@folklore/react-scripts": "^3.4.9",
"@prettier/plugin-php": "^0.14.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"http-proxy-middleware": "^1.0.4",
"imagemin-cli": "^5.1.0",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"react-dev-utils": "^10.2.1",
"stylelint": "^13.6.0",
"stylelint-config-property-sort-order-smacss": "^6.3.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-sass-guidelines": "^7.0.0",
"stylelint-scss": "^3.17.2"
}
}