-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 857 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 857 Bytes
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
{
"name": "@aircastdev/elm-starter",
"version": "0.1.0",
"private": true,
"main": "index.html",
"scripts": {
"start": "parcel serve index.html",
"build": "rm -rf dist && parcel build index.html"
},
"dependencies": {
"@tailwindcss/ui": "^0.6.2",
"tailwindcss": "^1.9.6"
},
"devDependencies": {
"@types/node": "^14.14.6",
"autoprefixer": "^9.8.6",
"elm-hot": "^1.1.5",
"node-elm-compiler": "^5.0.5",
"parcel": "^1.12.4",
"postcss": "^8.1.4",
"postcss-cli": "^8.1.0",
"prettier": "^2.1.2",
"typescript": "^4.0.5"
},
"browserslist": [
"last 3 and_chr versions",
"last 3 chrome versions",
"last 3 opera versions",
"last 3 ios_saf versions",
"last 3 safari versions"
]
}