This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.17 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"private": true,
"//": "provided by NIRV.ai",
"type": "module",
"name": "uiproto",
"version": "0.0.0",
"description": "prototype your frontend, fast",
"main": "dist/main.bundle.js",
"scripts": {
"build": "NODE_ENV=production webpack",
"dev": "webpack serve",
"test:ing": "pnpm test -- --watch",
"test:ci": "NODE_ENV=ci pnpm test -- -ci",
"test": "jest --detectOpenHandles --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noahehall/uiproto.git"
},
"author": "@noahedwardhall",
"license": "ISC",
"bugs": {
"url": "https://github.com/noahehall/uiproto/issues"
},
"files": [
"dist"
],
"packageManager": "[email protected]",
"homepage": "https://github.com/noahehall/uiproto#readme",
"devDependencies": {
"@react-types/dialog": "3.4.4",
"@react-types/menu": "3.7.2",
"@react-types/shared": "3.15.0",
"@testing-library/dom": "8.19.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.1.2",
"@types/node": "18.11.0",
"@types/react-dom": "18.0.6",
"@types/testing-library__jest-dom": "5.14.5",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "6.7.1",
"csstype": "^3.1.1",
"csv-loader": "3.0.5",
"eslint": "8.25.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-webpack-plugin": "3.2.0",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "7.2.13",
"html-webpack-plugin": "5.5.0",
"identity-obj-proxy": "3.0.0",
"image-minimizer-webpack-plugin": "3.6.1",
"imagemin": "8.0.1",
"imagemin-gifsicle": "7.0.0",
"imagemin-jpegtran": "7.0.0",
"imagemin-optipng": "8.0.0",
"imagemin-svgo": "10.0.1",
"jest": "29.2.0",
"jest-axe": "6.0.0",
"jest-environment-jsdom": "29.2.0",
"jest-resolve": "29.2.0",
"mini-css-extract-plugin": "2.6.1",
"mini-svg-data-uri": "1.4.4",
"prettier": "2.7.1",
"react-dev-utils": "12.0.1",
"style-loader": "3.3.1",
"ts-jest": "29.0.3",
"ts-loader": "9.4.1",
"typescript": "4.8.4",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.11.1",
"webpack-manifest-plugin": "5.0.0"
},
"dependencies": {
"@abraham/reflection": "^0.11.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"animate.css": "4.1.1",
"ariakit": "2.0.0-next.41",
"clsx": "1.2.1",
"gsap": "3.11.3",
"history": "5.3.0",
"lorem-ipsum": "2.0.8",
"polished": "4.2.2",
"react": "18.2.0",
"react-aria": "3.20.0",
"react-code-blocks": "0.0.9-0",
"react-dom": "18.2.0",
"react-element-to-jsx-string": "15.0.0",
"react-icons": "4.6.0",
"react-intl": "6.2.1",
"react-number-format": "5.0.1",
"react-query": "3.39.2",
"react-range": "^1.8.14",
"react-router-dom": "6.4.2",
"react-stately": "3.18.0",
"tslib": "2.4.0",
"tsyringe": "^4.7.0",
"web-vitals": "3.0.3"
}
}