-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.47 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
46
47
48
{
"name": "nullvariable.com",
"version": "1.0.0",
"description": "nullvariable.com code base",
"homepage": "https://nullvariable.com",
"scripts": {
"parcel:dev": "parcel src/index.html",
"parcel:build": "parcel build src/index.html --log-level verbose --detailed-report 3 --no-cache",
"clean": "rimraf dist .cache",
"start": "npm-run-all -s clean parcel:dev",
"prod": "npm-run-all -s clean parcel:build",
"upload": "node upload.js"
},
"author": "Doug Cone <nullvariable+nospam@gmail.com> (https://dougcone.com/)",
"license": "CC-BY-SA-4.0",
"repository": {
"type": "git",
"url": "https://github.com/nullvariable/nullvariable.git"
},
"dependencies": {
"autoprefixer": "^10.1.0",
"cheerio": "^1.0.0-rc.3",
"dotenv": "^8.2.0",
"folder-hash": "^4.0.0",
"lodash": "^4.17.20",
"node-fastly-api": "github:pantheon-systems/node-fastly-api",
"npm-run-all": "^4.1.5",
"parcel": "^2.0.0-nightly.477",
"postcss": "^8.2.1",
"postcss-import": "^13.0.0",
"postcss-purgecss": "^2.0.3",
"posthtml": "^0.15.1",
"posthtml-include": "^1.6.0",
"rimraf": "^3.0.2",
"sharp": "^0.26.3",
"tailwindcss": "^2.0.2",
"tailwindcss-cli": "^0.1.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.22.1",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0"
}
}