-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.14 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
{
"name": "@blueprintjs/docs-app",
"version": "3.14.1",
"description": "Blueprint Documentation Site",
"private": true,
"scripts": {
"dev": "node ./node_modules/ts-node/dist/bin.js ./node_modules/gulp/bin/gulp.js dev",
"build": "node ./node_modules/ts-node/dist/bin.js ./node_modules/gulp/bin/gulp.js build"
},
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@blueprintjs/core": "^3.14.1",
"@blueprintjs/datetime": "^3.0.0",
"@blueprintjs/docs-theme": "^3.0.0",
"@blueprintjs/icons": "^3.0.0",
"@blueprintjs/labs": "^0.16.2",
"@blueprintjs/select": "^3.7.0",
"@blueprintjs/table": "^3.0.0",
"@blueprintjs/test-commons": "^0.8.0",
"@blueprintjs/timezone": "^3.0.0",
"@types/classnames": "^2.2.8",
"@types/downloadjs": "^1.4.0",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"babel-preset-minify": "^0.5.0",
"chroma-js": "^1.3.4",
"classnames": "^2.2.5",
"documentalist": "^1.6.0",
"dom4": "^2.0.1",
"downloadjs": "^1.4.7",
"image-webpack-loader": "^5.0.0",
"moment": "^2.18.1",
"normalize.css": "^8.0.0",
"popper.js": "^1.14.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-transition-group": "^2.2.1",
"tslib": "^1.9.0"
},
"devDependencies": {
"@babel/register": "^7.4.4",
"@blueprintjs/node-build-scripts": "*",
"@blueprintjs/webpack-build-scripts": "*",
"@types/chroma-js": "^1.3.3",
"@types/react": "^16.8.22",
"@types/react-dom": "^16.8.4",
"copy-webpack-plugin": "^5.0.3",
"gulp": "^4.0.2",
"gulp-run-command": "0.0.9",
"npm-run-all": "^4.1.2",
"styled-components": "^4.3.2",
"ts-node": "^8.3.0",
"typescript": "^3.2.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.0"
},
"repository": {
"type": "git",
"url": "[email protected]:palantir/blueprint.git",
"directory": "packages/docs-app"
},
"keywords": [
"palantir",
"blueprint",
"docs"
],
"author": "Palantir Technologies",
"license": "Apache-2.0"
}