-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1016 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
{
"name": "quickwords",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "parcel src/index.html",
"assets:build": "parcel build src/index.html",
"docs:build": "vuepress build docs -d dist/docs",
"cp:static": "mkdir dist/assets; cp src/assets/logo.svg dist/assets/logo.svg",
"build": "yarn assets:build && yarn docs:build && yarn cp:static"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quickwords/quickwords.co.git"
},
"author": "Dariusz Czajkowski & Grzegorz Tłuszcz",
"license": "MIT",
"bugs": {
"url": "https://github.com/quickwords/quickwords.co/issues"
},
"homepage": "https://github.com/quickwords/quickwords.co#readme",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.1.0",
"autoprefixer": "^9.4.10",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"cssnano": "^4.1.10",
"parcel-bundler": "^1.12.0",
"tailwindcss": "^0.7.4",
"vuepress": "^0.14.10"
}
}