-
Notifications
You must be signed in to change notification settings - Fork 2.2k
/
package.json
112 lines (112 loc) · 3.61 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "blueprint-monorepo",
"version": "1.25.1",
"private": true,
"description": "A React UI toolkit for the web.",
"scripts": {
"bootstrap": "lerna bootstrap",
"build:landing": "(cd packages/site-landing; npm run build)",
"build:gulp": "NODE_ENV='\"production\"' gulp build",
"build:site": "npm-run-all build:gulp build:landing clean:docs copy:docs copy:landing delete:doc-source-maps",
"clean:docs": "rm -rf docs && git checkout docs/CNAME",
"copy:docs": "cp -rf packages/site-docs/dist docs/docs",
"copy:landing": "cp -rf packages/site-landing/dist/* docs/.",
"delete:doc-source-maps": "find docs -name '*.map' -type f -delete",
"gulp": "gulp",
"serve": "http-server docs"
},
"dependencies": {
"@types/assertion-error": "1.0.30",
"@types/chai": "3.5.2",
"@types/classnames": "0.0.31",
"@types/dom4": "1.5.20",
"@types/enzyme": "2.8.0",
"@types/mocha": "2.2.32",
"@types/pure-render-decorator": "0.2.27",
"@types/react": "0.14.40",
"@types/react-addons-css-transition-group": "0.14.17",
"@types/react-addons-transition-group": "0.14.17",
"@types/react-dom": "15.5.0",
"@types/tether": "1.1.27",
"autoprefixer": "^7.1.2",
"better-handlebars": "github:wmeldon/better-handlebars",
"chai": "^4.1.0",
"del": "^3.0.0",
"documentalist": "^0.0.6",
"enzyme": "^2.9.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-count": "^0.3.0",
"gulp-insert": "^0.5.0",
"gulp-less": "^3.3.2",
"gulp-load-plugins": "^1.5.0",
"gulp-mocha": "^4.3.1",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-strip-css-comments": "^1.2.0",
"gulp-stylelint": "^4.0.0",
"gulp-tslint": "^7.1.0",
"gulp-typescript": "^3.2.1",
"gulp-util": "^3.0.8",
"highlights": "^3.0.1",
"http-server": "^0.10.0",
"istanbul-instrumenter-loader": "^0.2.0",
"json-loader": "^0.5.4",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-phantomjs-shim": "^1.4.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"language-less": "github:atom/language-less",
"language-typescript": "github:giladgray/language-typescript#10.1.15",
"lerna": "^2.0.0",
"lodash": "^4.17.4",
"marked": "^0.3.6",
"merge-stream": "^1.0.1",
"mocha": "^3.4.2",
"node-sass-package-importer": "^3.0.4",
"npm-run-all": "^4.0.2",
"phantomjs-prebuilt": "^2.1.14",
"postcss-import": "^10.0.0",
"postcss-url": "^7.1.1",
"react": "^15.5.1",
"react-dom": "^15.5.1",
"react-test-renderer": "^15.5.4",
"run-sequence": "^2.0.0",
"sinon": "^1.17.6",
"sorted-object": "^2.0.1",
"source-map-loader": "^0.2.1",
"string-replace-loader": "^1.3.0",
"stylelint": "^8.0.0",
"stylelint-config-palantir": "^2.1.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-scss": "^1.5.1",
"ts-loader": "^1.3.3",
"ts-quick-docs": "^0.5.1",
"tslint": "^4.5.1",
"tslint-react": "^2.4.0",
"typescript": "~2.2.1",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.13.2"
},
"engines": {
"node": ">=6.1"
},
"repository": {
"type": "git",
"url": "git@github.com:palantir/blueprint.git"
},
"author": "Palantir Technologies",
"license": "BSD-3-Clause"
}