-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.99 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": "pegasus",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production webpack --mode production",
"dev": "webpack --mode development",
"dev-watch": "webpack --mode development --watch",
"type-check": "tsc --noEmit",
"type-check-watch": "npm run type-check -- --watch"
},
"author": "",
"homepage": "http://example.com/",
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/compat-data": "^7.18.8",
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"postcss-loader": "^7.0.1",
"postcss-nested": "^5.0.6",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"stylelint-config-standard": "^28.0.0",
"svelte": "^3.50.1",
"svelte-hero-icons": "^4.1.3",
"svelte-loader": "^3.1.3",
"tailwindcss-animate": "^1.0.5",
"typescript": "^4.7.4",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.7.7",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@headlessui/react": "^1.7.2",
"@headlessui/vue": "^1.7.2",
"@heroicons/react": "^2.0.11",
"@heroicons/vue": "^1.0.6",
"@sentry/svelte": "^7.14.2",
"@sentry/tracing": "^7.14.2",
"axios": "^0.27.2",
"daisyui": "^2.27.0",
"date-fns": "^2.29.3",
"htmx.org": "^1.8.0",
"js-cookie": "^3.0.1",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"stylelint": "^14.11.0",
"svelte-outclick": "^3.1.0",
"tailwindcss": "^3.1.8",
"vue": "^3.2.39"
}
}