-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.62 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
{
"name": "nearswap",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@reduxjs/toolkit": "^1.6.2",
"@rollup/plugin-inject": "^4.0.3",
"@types/react-router-dom": "^5.3.2",
"bignumber": "^1.1.0",
"bignumber.js": "^9.0.2",
"buffer": "^6.0.3",
"dexie": "^3.2.0",
"mathjs": "^10.0.0",
"near-api-js": "^0.43.1",
"polished": "^4.1.3",
"postcss-import": "^14.0.2",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-feather": "^2.0.9",
"react-icons": "^4.3.1",
"react-intl": "^5.23.0",
"react-micro-modal": "^2.0.2",
"react-modal": "^3.14.4",
"react-router-dom": "^6.0.2",
"rebass": "^4.0.7",
"rollup-plugin-polyfill-node": "^0.8.0",
"styled-components": "^5.3.3",
"vite-plugin-svgr": "^0.6.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.3.4",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/rebass": "^4.0.10",
"@types/styled-components": "^5.1.16",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vitejs/plugin-react": "^1.0.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.2.5",
"postcss": "^8.4.5",
"prettier": "^2.3.2",
"tailwindcss": "^3.0.7",
"ts-jest": "^27.0.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.10.1",
"typescript": "^4.3.2",
"vite": "^2.6.4"
}
}