forked from palantir/blueprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 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
113
114
115
{
"name": "blueprint",
"version": "1.1.0",
"private": true,
"description": "A React UI toolkit for the web.",
"scripts": {
"bootstrap": "lerna bootstrap",
"build:landing": "(cd packages/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/docs/dist docs/docs",
"copy:landing": "cp -rf packages/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.4.34",
"@types/classnames": "0.0.31",
"@types/dom4": "1.5.20",
"@types/enzyme": "2.4.36",
"@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-test-utils": "0.14.15",
"@types/react-addons-transition-group": "0.14.17",
"@types/react-dom": "0.14.17",
"@types/tether": "1.1.27",
"autoprefixer": "6.5.2",
"better-handlebars": "github:wmeldon/better-handlebars",
"chai": "3.5.0",
"del": "2.2.2",
"enzyme": "2.6.0",
"eslint": "3.8.1",
"eslint-config-palantir": "1.0.0",
"gulp": "3.9.1",
"gulp-bump": "2.4.0",
"gulp-concat": "2.6.0",
"gulp-connect": "5.0.0",
"gulp-count": "0.3.0",
"gulp-eslint": "3.0.1",
"gulp-insert": "0.5.0",
"gulp-less": "3.1.0",
"gulp-load-plugins": "1.3.0",
"gulp-postcss": "6.2.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-sass": "2.3.2",
"gulp-sourcemaps": "1.6.0",
"gulp-strip-css-comments": "1.2.0",
"gulp-stylelint": "3.4.0",
"gulp-tslint": "7.0.1",
"gulp-typescript": "3.0.2",
"gulp-util": "3.0.7",
"highlights": "1.4.1",
"http-server": "0.9.0",
"istanbul-instrumenter-loader": "0.2.0",
"json-loader": "0.5.4",
"karma": "1.3.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-mocha": "1.2.0",
"karma-mocha-reporter": "2.2.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-phantomjs-shim": "1.4.0",
"karma-sinon": "1.0.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.8.0",
"kss": "2.4.0",
"language-less": "github:atom/language-less",
"language-typescript": "github:giladgray/language-typescript",
"lerna": "2.0.0-beta.30",
"lodash": "4.16.4",
"marked": "0.3.6",
"merge-stream": "1.0.0",
"mocha": "3.1.2",
"node-sass-package-importer": "3.0.0",
"npm-run-all": "3.1.1",
"phantomjs-prebuilt": "2.1.13",
"postcss-copy-assets": "0.3.0",
"postcss-import": "8.2.0",
"postcss-url": "5.1.2",
"react": "15.4.0",
"react-addons-test-utils": "15.4.0",
"react-dom": "15.4.0",
"run-sequence": "1.2.2",
"sinon": "1.17.6",
"sorted-object": "2.0.1",
"string-replace-loader": "1.0.5",
"stylelint": "7.5.0",
"stylelint-config-palantir": "1.1.0",
"stylelint-scss": "1.3.4",
"ts-loader": "0.9.5",
"ts-quick-docs": "0.4.0",
"tslint": "4.0.1",
"tslint-react": "2.0.0",
"typescript": "2.0.10",
"vinyl-source-stream": "1.1.0",
"webpack": "1.13.2"
},
"engines": {
"node": ">= 5.1"
},
"repository": {
"type": "git",
"url": "[email protected]:palantir/blueprint.git"
},
"author": "Palantir Technologies",
"license": "BSD-3-Clause"
}