forked from nullstack/nullstack.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 668 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "nullstack.github.io",
"version": "0.0.1",
"description": "",
"author": "",
"license": "ISC",
"devDependencies": {
"nullstack": "~0.10.0"
},
"scripts": {
"start": "npx webpack --config node_modules/nullstack/webpack.config.js --mode=development --watch",
"build": "npx webpack --config node_modules/nullstack/webpack.config.js --mode=production",
"ssg": "npx create-nullstatic-app docs"
},
"dependencies": {
"nullsheet": "~0.2.0",
"nullstack-google-analytics": "^1.0.0",
"poisonicon": "^0.1.1",
"prismjs": "^1.22.0",
"remarkable": "^2.0.1",
"remarkable-meta": "^1.0.1",
"yaml": "^1.10.0"
}
}