forked from cloudflare/cf-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.69 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
{
"private": true,
"name": "cf-ui",
"description": "CloudFlare UI Framework",
"author": "James Kyle <[email protected]>",
"license": "BSD-3-Clause",
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "gulp build",
"dev": "gulp dev",
"lint": "gulp lint",
"test": "gulp test",
"updated": "lerna updated",
"publish": "git pull --rebase && check-installed-dependencies && npm run build && lerna publish",
"examples:build:internal": "gulp examplesBuild --view internal",
"examples:dev:internal": "gulp examplesDev --view internal",
"examples:build:external": "gulp examplesBuild --view external",
"examples:dev:external": "gulp examplesDev --view external",
"examples:publish": "gulp examplesPublish"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.6",
"babel-generator": "^6.8.0",
"babel-preset-cf": "^2.0.0",
"babel-register": "^6.5.2",
"babel-traverse": "^6.8.0",
"babel-types": "^6.8.1",
"babelify": "^7.2.0",
"babylon": "^6.8.0",
"browserify": "^13.0.0",
"browserify-istanbul": "^0.2.1",
"chai": "^3.4.1",
"chalk": "^1.1.1",
"check-installed-dependencies": "^1.0.0",
"cssnano": "^3.5.2",
"defined": "^1.0.0",
"del": "^2.2.0",
"errorify": "^0.3.1",
"eslint": "^1.8.0",
"eslint-plugin-cflint": "^1.0.0",
"express": "^4.13.4",
"glob": "^7.0.3",
"gulp": "gulpjs/gulp#4.0",
"gulp-babel": "^6.1.1",
"gulp-eslint": "^1.1.1",
"gulp-newer": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"highlights": "^1.3.1",
"isparta": "^4.0.0",
"jsfmt": "^0.5.2",
"karma": "^0.13.15",
"karma-beep-reporter": "^0.1.4",
"karma-browserify": "^4.4.0",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.3.0",
"karma-tape-reporter": "^1.0.3",
"language-babel": "github:gandm/language-babel",
"lerna": "2.0.0-beta.13",
"lodash": "^4.3.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mocha": "^2.3.3",
"path-exists": "^2.1.0",
"react": "^0.14.2",
"react-addons-css-transition-group": "^0.14.2",
"react-dom": "^0.14.2",
"react-redux": "^3.1.0",
"redux": "^3.1.0",
"sinon": "^1.17.2",
"stream-combiner": "^0.2.2",
"through2": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}