-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.33 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
{
"name": "LaurenCerand",
"version": "2.0.0",
"description": "Personal Website of Lauren Cerand",
"repository": "https://github.com/sonnetmedia/laurencerand.com.git",
"author": "budparr <[email protected]>",
"license": "MIT",
"scripts": {
"deploy": "HUGO_ENV=production maid deploy",
"start": "HUGO_ENV=development maid build server --gc --disableFastRender --navigateToChanged --minify"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.53",
"@babel/preset-env": "^7.0.0-beta.53",
"autoprefixer": "^9.0.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.0-beta",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.18",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"glob-all": "^3.1.0",
"instantsearch.js": "^2.10.2",
"lazysizes": "^4.1.4",
"maid": "^0.3.0",
"mini-css-extract-plugin": "^0.4.2",
"mustache-loader": "^1.4.1",
"postcss": "^7.0.2",
"postcss-import": "^12.0.0",
"postcss-loader": "^3.0.0",
"purgecss-webpack-plugin": "^1.3.0",
"tailwindcss": "^0.7.2",
"tailwindcss-aspect-ratio": "^1.0.1",
"tailwindcss-flexbox-order": "^1.0.0",
"tailwindcss-tables": "^0.2.0",
"turbolinks": "^5.2.0",
"typeface-cormorant-garamond": "^0.0.54",
"webpack": "^4.16.0",
"webpack-command": "^0.4.1"
},
"dependencies": {}
}