forked from fabric-design/components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.37 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
116
{
"name": "fabric-components",
"version": "1.0.46",
"description": "",
"scripts": {
"build": "gulp build && npm run package",
"start": "npm run start:react",
"start:react": "webpack-dev-server --progress --colors --watch --config webpack.config.react.js",
"start:preact": "webpack-dev-server --progress --colors --watch --config webpack.config.preact.js",
"test": "gulp test",
"test:react": "gulp test:react",
"test:preact": "gulp test:preact",
"tdd": "gulp tdd",
"lint": "gulp lint",
"docs": "gulp generate-docs",
"package": "PRODUCTION=true webpack --config webpack.config.js",
"package:debug": "webpack --config webpack.config.js --display-modules"
},
"repository": {
"type": "git",
"url": "https://github.bus.zalan.do/fabric-design/components"
},
"keywords": [
"styleguide",
"web",
"components"
],
"engines": {
"node": ">=8.11.0"
},
"main": "dist/commonjs/index.js",
"jspm": {
"registry": "npm",
"jspmPackage": true,
"main": "index",
"format": "amd",
"directories": {
"dist": "dist/amd"
},
"peerDependencies": {
"preact": "7.2.1",
"preact-compat": "3.14.3"
}
},
"author": "Zalando",
"license": "MIT",
"devDependencies": {
"babel-core": "6.26.0",
"babel-eslint": "8.2.3",
"babel-loader": "7.1.4",
"babel-plugin-module-resolver": "3.1.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-es2015-modules-amd": "6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
"babel-plugin-transform-es2015-modules-systemjs": "6.24.1",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-polyfill": "6.26.0",
"babel-preset-airbnb": "2.4.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"chai": "4.1.2",
"conventional-github-releaser": "2.0.2",
"css-loader": "0.28.11",
"del": "3.0.0",
"documentation": "6.3.2",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-jasmine": "2.9.3",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.7.0",
"fabric-scss": "git+https://github.com/fabric-design/scss.git",
"fs-then-native": "2.0.0",
"glob": "7.1.2",
"gulp": "3.9.1",
"gulp-babel": "7.0.1",
"gulp-bump": "3.1.1",
"gulp-conventional-changelog": "1.1.24",
"gulp-eslint": "4.0.2",
"jasmine": "3.1.0",
"karma": "2.0.2",
"karma-chrome-launcher": "2.2.0",
"karma-jasmine": "1.1.1",
"karma-mocha-reporter": "2.2.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "3.0.0",
"lite-server": "2.3.0",
"mocha": "5.1.1",
"mocha-webpack": "1.1.0",
"node-sass": "4.9.0",
"preact": "8.2.7",
"preact-compat": "3.18.0",
"prop-types": "15.6.1",
"react": "16.3.2",
"react-dom": "16.3.2",
"run-sequence": "2.2.1",
"sass-loader": "7.0.1",
"style-loader": "0.21.0",
"through2": "2.0.3",
"url-loader": "1.0.1",
"vinyl-paths": "2.1.0",
"webpack": "4.6.0",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "3.1.3",
"webpack-node-externals": "1.7.2",
"yargs": "11.0.0"
},
"peerDependencies": {
"preact": "8.2.7",
"preact-compat": "3.18.0",
"prop-types": "15.6.1",
"react": "16.3.2",
"react-dom": "16.3.2"
}
}