-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "@nexys/digis-showcase",
"version": "1.1.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.2",
"@nexys/core-list": "^0.0.5",
"@nexys/mock-data": "^0.0.1",
"@nexys/validation": "^2.1.0",
"@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",
"snowpack": "^3.2.2"
},
"scripts": {
"start": "SNOWPACK_PUBLIC_URL= snowpack dev",
"buildAll": "yarn css; yarn build; bash ./replace_path.sh",
"build": "snowpack build --config snowpack.prod.js",
"test": "jest",
"css": "tailwindcss -o public/tailwind.css"
},
"devDependencies": {
"@snowpack/plugin-webpack": "^3.0.0",
"@types/jest": "^26.0.22",
"autoprefixer": "^10.3.0",
"http2-proxy": "^5.0.53",
"jest": "^26.6.3",
"jest-environment-jsdom": "^26.6.2",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4",
"ts-jest": "^26.5.4",
"typescript": "^4.2.4"
}
}