-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
32 lines (32 loc) · 927 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
{
"name": "nullstack.github.io",
"version": "0.0.1",
"description": "",
"author": "",
"license": "ISC",
"devDependencies": {
"http-server": "^14.1.1",
"nullstack": "~0.18.0",
"postcss-loader": "^7.0.1",
"tailwindcss": "^3.0.0"
},
"scripts": {
"start": "npx nullstack start",
"build": "npx nullstack build --mode=ssg --output=docs",
"start:docs": "npx http-server docs",
"reinstall": "rm -rf .development .production package-lock.json node_modules && npm install"
},
"dependencies": {
"@docsearch/js": "^3.2.0",
"@tailwindcss/typography": "^0.5.4",
"glob": "^8.0.1",
"nullstack-google-analytics": "github:Mortaro/nullstack-google-analytics#next",
"poisonicon": "^0.1.1",
"postcss-cli": "^8.3.1",
"prismjs": "^1.22.0",
"purgecss-webpack-plugin": "^4.1.3",
"remarkable": "^2.0.1",
"remarkable-meta": "^1.0.1",
"yaml": "^1.10.0"
}
}