generated from jhujhul/parcel-tailwind-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 831 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
{
"name": "vlille-mapbox",
"version": "0.1.0",
"description": "The repository of https://www.stations-vlille.fr",
"scripts": {
"start": "parcel src/index.html --https --global Main",
"build": "parcel build src/index.html --global Main && cp _redirects dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhujhul/vlille-mapbox.git"
},
"author": {
"name": "Julien Birgand",
"url": "https://github.com/jhujhul"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jhujhul/vlille-mapbox/issues"
},
"homepage": "https://github.com/jhujhul/vlille-mapbox#readme",
"dependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"autoprefixer": "^9.7.3",
"parcel-bundler": "^1.12.4",
"postcss-modules": "^1.4.1",
"tailwindcss": "^1.1.4"
}
}