-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
86 lines (86 loc) · 2.39 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
{
"name": "lexica-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-design-icons/svg": "~0.14.9",
"@svgr/core": "~8.0.0",
"@testing-library/jest-dom": "~5.16.5",
"@testing-library/react": "~14.0.0",
"@testing-library/user-event": "~14.4.3",
"@types/jest": "~29.5.2",
"@types/node": "~20.2.6",
"@types/react": "~18.2.11",
"@types/react-dom": "~18.2.4",
"@types/uuid": "~9.0.2",
"axios": "~1.4.0",
"duration-fns": "~3.0.2",
"i18next": "~22.5.1",
"i18next-browser-languagedetector": "~7.0.2",
"i18next-http-backend": "~2.2.1",
"qrcode-generator": "^1.4.4",
"ramda": "~0.29.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-i18next": "~12.3.1",
"react-router-dom": "~6.12.1",
"react-scripts": "~5.0.1",
"typescript": "~5.1.3",
"uuid": "~9.0.0",
"web-vitals": "^1.0.1",
"worker-loader": "^3.0.8"
},
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
"build": "node ./translations/build-available-locale-codes.js && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"proxy": "https://lexica.github.io",
"homepage": "https://lexica.github.io/web-lexica",
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@storybook/addon-actions": "~7.0.20",
"@storybook/addon-essentials": "~7.0.20",
"@storybook/addon-links": "~7.0.20",
"@storybook/node-logger": "~7.0.20",
"@storybook/preset-create-react-app": "~7.0.20",
"@storybook/react": "~7.0.20",
"@types/ramda": "~0.29.2",
"@types/react-router": "~5.1.20",
"@types/react-router-dom": "^5.3.3",
"commander": "~10.0.1",
"fast-xml-parser": "~4.2.4",
"language-tags": "~1.0.8"
}
}