-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.05 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
{
"name": "revex",
"private": true,
"version": "0.3.2",
"scripts": {
"dev": "elm-spa gen && json-to-scss ./Abstracts/_theme.json && vite",
"color": "elm-spa gen && json-to-scss ./Abstracts/_theme.json && vite build --mode color",
"build": "elm-spa gen && json-to-scss ./Abstracts/_theme.json && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/node": "^20.5.7",
"@vitejs/plugin-legacy": "^4.1.1",
"autoprefixer": "^10.4.15",
"cssnano": "^6.0.1",
"doiuse": "^6.0.2",
"elm": "0.19.1-5",
"elm-spa": "^6.0.4",
"elm-tooling": "^1.14.0",
"json-to-scss": "^1.6.2",
"netlify-cli": "^16.2.0",
"postcss": "^8.4.31",
"postcss-custom-media": "^10.0.0",
"postcss-custom-selectors": "^7.1.4",
"postcss-inline-svg": "^6.0.0",
"postcss-nesting": "^12.0.1",
"postcss-preset-env": "^9.1.2",
"sass": "^1.66.1",
"tailwindcss": "^3.3.3",
"terser": "^5.19.3",
"ts-reset": "^0.0.1",
"typescript": "^5.2.2",
"vite": "^4.4.12",
"vite-plugin-elm": "^2.8.0"
}
}