-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 853 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 853 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
25
26
27
28
29
30
{
"name": "devprotocol",
"version": "0.11.5",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/renderer-vue": "0.2.1",
"@devprotocol/hashi": "1.0.0-beta",
"astro": "0.21.13",
"autoprefixer": "10.4.4",
"eslint": "8.5.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0",
"postcss": "8.4.5",
"remark-cli": "10.0.1",
"sass": "1.49.11",
"tailwindcss": "3.0.7"
},
"description": "Community Builders is open-source website, built with Astro",
"repository": "https://github.com/community-builders/community-builders.github-io.git",
"author": "Dev Protocol",
"license": "MIT"
}