-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"name": "gw2builds",
"version": "0.1.0",
"private": true,
"dependencies": {
"@lingui/loader": "^2.7.4",
"@lingui/react": "^2.7.4",
"change-case": "^3.0.2",
"classnames": "^2.2.6",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.8.0",
"gw2-tooltip-html": "^0.0.3",
"gw2api-client": "^7.1.0",
"gw2be-build-string": "file:./lib/gw2be-build-string",
"prop-types": "^15.7.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-onclickoutside": "^6.7.1",
"react-redux": "^6.0.0",
"react-scripts": "2.1.1",
"react-test-renderer": "^16.7.0",
"redux": "^4.0.1",
"redux-actions": "^2.6.4",
"redux-devtools-extension": "^2.13.7",
"redux-promise": "^0.6.0",
"redux-sync-reducer": "^1.0.1",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"typeface-open-sans": "^0.0.54"
},
"scripts": {
"start": "react-scripts start",
"build": "npm run locale:compile && react-scripts build",
"test": "react-scripts test",
"locale:add": "lingui add-locale",
"locale:extract": "lingui extract",
"locale:compile": "lingui compile"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.3.4",
"@lingui/cli": "^2.7.4",
"@lingui/macro": "^2.7.4",
"babel-core": "^7.0.0-bridge.0"
}
}