-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
74 lines (74 loc) · 1.97 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@toast-ui/doc",
"version": "1.1.1",
"license": "MIT",
"description": "TOAST UI Documentation Generator",
"keywords": [
"nhn",
"nhn cloud",
"toast-ui",
"tui",
"javascript",
"documentation",
"generator",
"docs",
"api",
"examples"
],
"repository": {
"type": "git",
"url": "https://github.com/nhn/toast-ui.doc.git"
},
"bin": {
"tuidoc": "./bin/build.js"
},
"scripts": {
"test": "jest",
"clean": "gatsby clean",
"develop": "gatsby develop",
"build": "gatsby build",
"build:latest": "GATSBY_ACTIVE_ENV=latest gatsby build --prefix-paths",
"build:semver": "GATSBY_ACTIVE_ENV=semver gatsby build --prefix-paths",
"serve": "gatsby serve",
"tuidoc:dev": "node ./bin/build --dev",
"tuidoc": "node ./bin/build",
"tuidoc:serve": "node ./bin/build --serv",
"note": "tui-note --tag=$(git describe --tags)"
},
"devDependencies": {
"@toast-ui/release-notes": "^2.0.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.2.0",
"eslint": "^7.1.0",
"eslint-config-jest-enzyme": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-tui": "^2.2.0",
"eslint-plugin-jest": "^22.15.1",
"eslint-plugin-prettier": "^3.1.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"prettier": "^2.0.5"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"copy-dir": "^0.4.0",
"directory-exists": "^2.0.1",
"documentation": "^9.0.0",
"fs-extra": "^7.0.0",
"gatsby": "^2.13.0",
"gatsby-plugin-polyfill-io": "^1.0.5",
"gatsby-plugin-sass": "^2.0.1",
"gatsby-remark-prismjs": "^3.0.0",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-json": "^2.1.1",
"gatsby-transformer-remark": "^2.1.1",
"mkdirp": "^0.5.1",
"node-dir": "^0.1.17",
"node-sass": "^4.9.2",
"prismjs": "^1.15.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"reset-css": "^4.0.1",
"runscript": "^1.3.0"
}
}