-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
38
39
40
41
42
43
44
45
{
"name": "twelvety",
"version": "1.4.1",
"description": "A pre-configured, super-fast Eleventy starter project",
"scripts": {
"clean": "rimraf dist .twelvety.cache",
"build": "cross-env ELEVENTY_ENV=production eleventy",
"watch": "cross-env ELEVENTY_ENV=development eleventy --watch",
"serve": "cross-env ELEVENTY_ENV=development eleventy --serve"
},
"repository": "https://github.com/gregives/twelvety",
"keywords": [
"eleventy",
"starter",
"project"
],
"author": "Greg Ives",
"license": "MIT",
"dependencies": {
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"autoprefixer": "^10.3.6",
"browserify": "^17.0.0",
"clean-css": "^5.2.0",
"cross-env": "^7.0.3",
"deasync": "^0.1.23",
"eleventy-critical-css": "^1.0.0",
"html-minifier": "^4.0.0",
"js-beautify": "^1.14.0",
"jsdom": "^17.0.0",
"module-alias": "^2.2.2",
"outdent": "^0.8.0",
"postcss": "^8.3.8",
"postcss-preset-env": "^6.7.0",
"rimraf": "^3.0.2",
"sass": "^1.42.1",
"sharp": "^0.29.1",
"tinyify": "^3.0.0",
"uglify-js": "^3.14.2"
}
}