generated from kitamstudios/cra-template-kitamstudios
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
129 lines (129 loc) · 4.12 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "@digitalpalitools/web-ui",
"description": "Test UI for Digital Pāli Tools.",
"version": "3.0.0",
"author": "Digital Pāli Tools",
"license": "CC BY-NC-SA 4.0",
"homepage": ".",
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"lint": "tsc --noEmit && eslint .",
"lint:staged": "lint-staged",
"lint:css": "stylelint ./src/**/*.ts ./src/**/*.tsx"
},
"dependencies": {
"@craco/craco": "^6.1.1",
"@digitalpalitools/pali-language-services": "^5.2.1",
"@kitamstudios/common-ui": "https://github.com/kitamstudios/common-ui",
"@material-ui/core": "^4.11.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/styles": "^4.11.2",
"@microsoft/applicationinsights-react-js": "3.1.0",
"@microsoft/applicationinsights-web": "2.6.2",
"@pathnirvanafoundation/pali-script-converter": "https://github.com/Path-Nirvana-Foundation/pali-script-converter",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"buffer": "^6.0.3",
"copy-webpack-plugin": "6.2.1",
"file-saver": "^2.0.5",
"history": "^5.0.0",
"i18next": "^19.8.9",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-http-backend": "^1.1.0",
"jszip": "^3.5.0",
"lodash": "^4.17.21",
"luxon": "^1.25.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-drag-sizing": "^0.1.0-alpha.1",
"react-i18next": "^11.8.7",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"sql.js": "^1.4.0",
"styled-components": "^5.2.1",
"web-vitals": "^0.2.4",
"webpack": "4.44.2",
"workbox-background-sync": "^5.1.3",
"workbox-broadcast-update": "^5.1.3",
"workbox-cacheable-response": "^5.1.3",
"workbox-core": "^5.1.3",
"workbox-expiration": "^5.1.3",
"workbox-google-analytics": "^5.1.3",
"workbox-navigation-preload": "^5.1.3",
"workbox-precaching": "^5.1.3",
"workbox-range-requests": "^5.1.3",
"workbox-routing": "^5.1.3",
"workbox-strategies": "^5.1.3",
"workbox-streams": "^5.1.3",
"xmldom": "^0.5.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.1",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.168",
"@types/luxon": "^1.25.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.6",
"@types/sql.js": "^1.4.0",
"@types/styled-components": "^5.1.4",
"@types/webpack": "^4.41.25",
"@types/xmldom": "^0.1.30",
"@types/yargs": "^15.0.7",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"cross-env": "^7.0.3",
"eslint": "^7.14.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.0.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.2",
"prettier": "^2.2.0",
"rimraf": "^3.0.2",
"stylelint": "^13.8.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.11",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.1.2",
"wasm-loader": "^1.3.0",
"webpack-cli": "^4.2.0"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint:staged"
}
},
"lint-staged": {
"*.{ts,js,tsx,jsx}": [
"eslint --cache",
"stylelint --syntax=scss"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}