-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 974 Bytes
/
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
{
"name": "juralen-elm",
"author": "Lindsay Wardell",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"postinstall": "elm-tooling install",
"dev": "npm run build-analyzer && vite",
"prebuild": "elm-tooling install",
"build": "npm run build-analyzer && vite build",
"build-analyzer": "vite build --config analyzer.config.ts",
"serve": "vite preview"
},
"devDependencies": {
"@capacitor/cli": "^3.6.0",
"@rollup/plugin-typescript": "^8.3.4",
"autoprefixer": "^10.4.8",
"cssnano": "^5.1.13",
"elm-tooling": "^1.8.0",
"postcss": "^8.4.16",
"postcss-nested": "^5.0.6",
"tailwindcss": "^3.1.8",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vite": "^3.0.9",
"vite-plugin-elm": "^2.7.2",
"vite-plugin-pwa": "^0.12.3"
},
"dependencies": {
"@capacitor/android": "^3.6.0",
"@capacitor/core": "^3.6.0",
"@capacitor/ios": "^3.6.0",
"@capacitor/splash-screen": "^1.2.2"
}
}