forked from popcorn-nantes/popcorn-nantes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 948 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
34
35
36
37
38
39
40
{
"name": "popcorn-nantes-v2",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "NODE_ENV=development node build.js",
"build": "node build.js",
"contributors:generate": "all-contributors generate"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "2.1.2",
"autoprefixer": "9.7.6",
"cssnano": "4.1.10",
"dotenv": "8.2.0",
"fs-extra": "9.0.0",
"markdown-it": "10.0.0",
"nunjucks": "3.2.1",
"nunjucks-minify-loaders": "^1.0.2",
"path": "0.12.7",
"postcss": "^7.0.27",
"rimraf": "3.0.2",
"sharp": "0.25.2",
"slug": "2.1.1",
"tailwindcss": "1.3.5",
"yaml-front-matter": "4.1.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"all-contributors-cli": "^6.14.2",
"husky": "^4.2.5",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"serve": "^11.3.0"
}
}