-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.46 KB
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
{
"license": "UNLICENSED",
"private": true,
"browserslist": [
"last 1 version",
"> 1%",
"ie >= 11"
],
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/plugin-transform-template-literals": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@symfony/webpack-encore": "^1.0.4",
"add": "^2.0.6",
"babel-plugin-import": "^1.11.0",
"babel-plugin-styled-components": "^1.10.0",
"cache-loader": "^4.1.0",
"classnames": "^2.2.6",
"core-js": "3",
"fast-css-loader": "^1.0.2",
"i18next": "^13.0.0",
"i18next-browser-languagedetector": "^2.2.4",
"i18next-xhr-backend": "^1.5.1",
"interweave": "^12.1.1",
"less": "^4.1.1",
"less-loader": "^8.0.0",
"less-vars-to-js": "^1.3.0",
"mini-css-extract-plugin": "^1.3.5",
"prop-types": "^15.7.2",
"query-string": "^7.0.1",
"styled-components": "^4.1.3",
"thread-loader": "^3.0.1",
"yarn": "^1.22.11"
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0"
}
}