-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.42 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.42 KB
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
{
"name": "smartblock-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export -o dist",
"pub:cleanup:pre": "ts-node scripts/build/cleanup:pre.ts",
"pub:build": "SPA_EXP_BUILD=true next build",
"pub:export": "ts-node scripts/next/export.ts",
"pub:publish": "subpath-as-branch -p dist -b published",
"pub:cleanup": "ts-node scripts/build/cleanup.ts",
"pub:do": "GH_CUSTOM_DOMAIN=docs.smartblock.cl ts-node scripts/publish/do.ts",
"publish": "yarn pub:do"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"bootstrap": "5.1.0",
"next": "11.1.2",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-bootstrap": "2.0.0-beta.6",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/concurrently": "^6.2.1",
"@types/fs-extra": "^9.0.12",
"@types/js-yaml": "^4.0.3",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.19",
"@types/rimraf": "^3.0.2",
"concurrently": "^6.2.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"fs-extra": "^10.0.0",
"js-yaml": "^4.1.0",
"node-sass": "^5.0.0",
"subpath-as-branch": "^1.0.0",
"ts-node": "^10.2.1",
"typescript": "4.3.5"
}
}