-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.11 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
{
"name": "tas",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/node": "^17.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.14",
"@vitejs/plugin-react": "^1.2.0",
"autoprefixer": "^10.4.0",
"bible-tools": "^0.2.2",
"content-modal": "^0.0.7",
"prettier": "^2.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-spring": "^9.1.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"tailwindcss": "^3.0.7",
"typescript": "^4.1.3",
"vite": "^2.7.3",
"vite-plugin-svgr": "^0.6.0",
"wink-lemmatizer": "^3.0.2"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage": "http://gla23.github.io/tas",
"devDependencies": {
"gh-pages": "^3.1.0",
"resize-observer-polyfill": "^1.5.1"
}
}