forked from sumcoinlabs/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.19 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
{
"name": "sumcoin-doc",
"description": "Sumcoin documentation",
"author": "Sumcoin",
"version": "0.1.1",
"repository": "https://github.com/sumcoin-labs/docs.git",
"scripts": {
"start": "brunch watch --server -n",
"build": "echo 'Generating production optimized code, this may take a while...\n' && brunch build --production && echo 'You can find your production files at /public folder.\n\n'",
"build:docs": "node task-build-docs.js",
"deploy": "npm run build && npm run build:docs && cp CNAME public && node task-deploy.js"
},
"dependencies": {
"@fdaciuk/ajax": "^2.1.5",
"fuse.js": "^3.0.5",
"hammerjs": "^2.0.8",
"install": "^0.10.1",
"marked": "^0.3.19",
"npm": "^6.13.7",
"prismjs": "^1.6.0"
},
"devDependencies": {
"after-brunch": "0.0.5",
"auto-reload-brunch": "^2",
"autoprefixer": "^7.0.1",
"babel-brunch": "^6.1.1",
"babel-preset-latest": "^6.24.1",
"brunch": "^2.9.0",
"clean-css-brunch": "^2",
"closure-compiler-brunch": "^0.1.4",
"cssnano-brunch": "^1.1.8",
"gh-pages": "^1.0.0",
"postcss-brunch": "^2.0.5",
"rimraf": "^2.6.1",
"sass-brunch": "^2.10.4",
"svelte-brunch": "^0.1.0"
}
}