-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
{
"name": "stickr-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@lingui/core": "^2.7.4",
"@lingui/macro": "^2.7.4",
"@lingui/react": "^2.7.4",
"@reach/router": "^1.2.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-i18next": "^10.7.0",
"react-pose": "^4.0.8",
"react-scripts": "2.1.8",
"source-map-explorer": "^1.8.0"
},
"scripts": {
"add-locale": "lingui add-locale",
"extract": "lingui extract",
"compile": "lingui compile",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"flow": "flow",
"lint": "eslint ./src"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@lingui/cli": "^2.7.4",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"flow-bin": "^0.94.0",
"react-test-renderer": "^16.8.4"
}
}