-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.85 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
{
"name": "corporation-react-library",
"private": false,
"version": "1.0.19",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest",
"test:watch": "jest --watch",
"buildLib": "rollup -c --bundleConfigAsCjs"
},
"repository": {
"type": "git",
"url": "https://github.com/amav96/corporation-react-library"
},
"keywords": [
"react",
"ui",
"components",
"library"
],
"dependencies": {
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "18.2.0",
"react-datepicker": "^4.11.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.8.1",
"sort-by": "^1.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.1",
"@types/react": "18.0.24",
"@types/react-datepicker": "^4.10.0",
"@types/react-dom": "18.0.8",
"@vitejs/plugin-react": "2.2.0",
"autoprefixer": "^10.4.13",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"postcss": "^8.4.23",
"rollup": "^3.22.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-ignore": "^1.0.10",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.62.1",
"ts-jest": "^29.0.5",
"tslib": "^2.5.2",
"typescript": "4.6.4",
"vite": "3.2.3"
},
"module": "dist/esm/index.js",
"types": "dist/index.d.ts"
}