-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.57 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
{
"name": "oll",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint \"src/**/*.ts{,x}\"",
"lint:fix": "eslint \"src/**/*.ts{,x}\" --fix",
"dev": "vite",
"build": "tsc --build src && vite build",
"serve": "vite preview",
"test": "jest --coverage",
"ts-auto-guard": "ts-auto-guard ./src/**/*.ts",
"typesafe-i18n": "typesafe-i18n"
},
"keywords": [],
"author": "Naoto Ikuno <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-transform-modules-commonjs": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@fortawesome/fontawesome-svg-core": "^6.0.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.14",
"@fullhuman/postcss-purgecss": "^4.0.0",
"@js-temporal/polyfill": "^0.4.0",
"@pandanoir/rubikscube": "^0.1.0",
"@testing-library/jest-dom": "^5.16.1",
"@types/jest": "^28.0.0",
"@types/node": "^16.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.17",
"@vitejs/plugin-react": "^1.1.1",
"autoprefixer": "^10.0.0",
"babel-jest": "^28.0.0",
"babel-plugin-macros": "^3.0.0",
"babel-plugin-styled-components": "^2.0.2",
"clsx": "^1.1.1",
"immer": "^9.0.2",
"jest-environment-jsdom": "^28.1.0",
"postcss": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hotkeys-hook": "^3.3.1",
"react-router-dom": "^6.0.0",
"react-use": "^17.3.1",
"recharts": "^2.1.6",
"recoil": "^0.7.0",
"scrambo": "^0.3.0",
"styled-components": "5.3.5",
"swiper": "^8.0.0",
"tailwindcss": "^3.0.5",
"ts-auto-guard": "^2.4.1",
"twin.macro": "^2.8.2",
"typesafe-i18n": "^5.3.5",
"typescript": "^4.5.2",
"use-immer": "^0.7.0",
"vite": "2.9.15",
"vite-plugin-babel-macros": "^1.0.5",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@testing-library/dom": "8.20.0",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"eslint": "8.29.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "28.1.3",
"prettier": "2.8.7",
"react-test-renderer": "17.0.2"
}
}