-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "pronti-per-il-test-b1",
"version": "1.0.0",
"description": "",
"main": "src/index.html",
"targets": {
"main": false
},
"scripts": {
"postcss:watch": "postcss src/styles/tailwind.css -o src/styles/output.css --env development -w",
"parcel:start": "parcel src/index.html -p 3000 --open",
"clean": "rm -rf dist/* .cache",
"parcel:build": "parcel build src/index.html",
"start": "npm-run-all -s clean -p postcss:watch parcel:start",
"build": "npm-run-all -s clean parcel:build"
},
"keywords": [],
"author": "",
"license": "ISC",
"browserslist": "> 0.25%, not dead",
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@tailwindcss/forms": "^0.2.1",
"autoprefixer": "^9.8.6",
"postcss": "^8.1.10",
"postcss-cli": "^8.2.0",
"tailwindcss": "^1.9.6",
"xstate": "^4.14.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"marked": "^1.2.5",
"npm-run-all": "^4.1.5",
"parcel": "^2.0.1"
}
}