forked from melt-adzuki/gion-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "gion",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.ts,.jsx,.tsx --ignore-path .gitignore . --fix",
"test": "mocha --require ts-node/register --watch-extensions ts \"test/**/*.ts\""
},
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/granim": "^2.0.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.10.3",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-react": "^1.0.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"chai": "^4.3.4",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"mocha": "^9.1.2",
"ts-node": "^10.2.1",
"typescript": "^4.4.3",
"vite": "^2.6.5"
},
"dependencies": {
"@reduxjs/toolkit": "^1.6.2",
"granim": "^2.0.0",
"modern-css-reset": "^1.4.0",
"qs": "^6.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.5",
"redux": "^4.1.1",
"styled-components": "^5.3.1",
"styled-media-query": "^2.1.2"
},
"resolutions": {
"@types/react": "^17.0.27",
"styled-components": "^5"
}
}