-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.66 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
{
"name": "@nexys/tailwind-react-ui",
"version": "1.3.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/*"
],
"scripts": {
"start": "SNOWPACK_PUBLIC_URL= snowpack dev",
"build": "snowpack build",
"buildWCSS": "yarn css; yarn build",
"buildpackage": "tsc",
"test": "jest --passWithNoTests",
"css": "tailwindcss -o public/out.css"
},
"peerDependencies": {
"@headlessui/react": "^1.4.0",
"@nexys/core-list": "^0.0.5",
"@nexys/validation": "^2.1.2",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router": "^5.1.13",
"@types/react-router-dom": "^5.1.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@headlessui/react": "^1.4.0",
"@nexys/core-list": "^0.0.5",
"@nexys/validation": "^2.1.2",
"@snowpack/plugin-build-script": "^2.1.0",
"@snowpack/plugin-webpack": "^3.0.0",
"@tailwindcss/forms": "^0.3.3",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router": "^5.1.13",
"@types/react-router-dom": "^5.1.7",
"@types/tailwindcss": "^2.2.1",
"jest": "^26.6.3",
"jest-environment-jsdom": "^26.6.2",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"snowpack": "^3.2.2",
"tailwindcss": "^2.2.4",
"ts-jest": "^26.5.4",
"typescript": "^4.2.4"
},
"dependencies": {
"@nexys/react-bootstrap": "^0.5.4",
"react-tiny-popover": "^7.0.1"
}
}