forked from Semantic-Org/Semantic-UI-React
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
145 lines (145 loc) · 5.1 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "semantic-ui-react",
"version": "0.68.3",
"description": "The official Semantic-UI-React integration.",
"jsnext:main": "dist/es/index.js",
"main": "dist/commonjs/index.js",
"module": "dist/es/index.js",
"files": [
"src",
"dist",
"index.d.ts"
],
"scripts": {
"docs": "gulp docs",
"build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:docs",
"prebuild:commonjs": "rimraf dist/commonjs",
"build:commonjs": "babel src -d dist/commonjs && npm run tsd",
"prebuild:es": "rimraf dist/es",
"build:es": "cross-env BABEL_ENV=es babel src -d dist/es",
"prebuild:docs": "npm run build:docs-toc",
"build:dll": "gulp dll",
"build:docs": "gulp build:docs",
"build:umd": "gulp umd",
"build:docs-toc": "doctoc ./.github/CONTRIBUTING.md --github --maxlevel 4",
"build:docs-cname": "echo react.semantic-ui.com > docs/build/CNAME",
"predeploy:docs": "cross-env NODE_ENV=production npm run build:docs && npm run build:docs-cname",
"deploy:docs": "gh-pages -d docs/build -m 'deploy docs [ci skip]'",
"lint": "cross-env NODE_ENV=production eslint .",
"lint:fix": "npm run lint -- --fix",
"prerelease": "npm run lint -s && npm run tsd:lint -s && npm test -s && cross-env NODE_ENV=production npm run build",
"postrelease": "NODE_ENV=production npm run deploy:docs",
"release:major": "npm run prerelease && ta-script npm/release.sh major",
"release:minor": "npm run prerelease && ta-script npm/release.sh minor",
"release:patch": "npm run prerelease && ta-script npm/release.sh patch",
"prestart": "npm run satisfied -s -- --fix",
"start": "npm run docs",
"satisfied": "satisfied --skip-invalid",
"pretest": "npm run satisfied -s && npm run build:dll",
"test": "cross-env NODE_ENV=test karma start",
"test:watch": "npm run test --silent -- --no-single-run",
"tsd": "gulp tsd",
"tsd:lint": "tslint './index.d.ts' './src/**/*.d.ts' './test/typings.d.ts'",
"tsd:lint:fix": "npm run -s tsd:lint -- --fix",
"tsd:test": "npm run tsd && tsc -p ./"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com/Semantic-Org/Semantic-UI-React.git"
},
"author": "Technology Advice <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Semantic-Org/Semantic-UI-React/issues"
},
"homepage": "https://github.com/Semantic-Org/Semantic-UI-React#readme",
"dependencies": {
"babel-runtime": "^6.22.0",
"classnames": "^2.1.5",
"debug": "^2.6.3",
"lodash": "^4.17.2",
"prop-types": "15.5.8"
},
"devDependencies": {
"@types/react": "^15.0.14",
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^7.0.0",
"babel-plugin-__coverage__": "^11.0.0",
"babel-plugin-lodash": "^3.2.10",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-react-handled-props": "^0.2.3",
"babel-plugin-transform-react-remove-prop-types": "^0.3.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-standalone": "^6.24.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.6.1",
"connect-history-api-fallback": "^1.2.0",
"copy-to-clipboard": "^3.0.6",
"cross-env": "^4.0.0",
"del": "^2.2.2",
"dirty-chai": "^1.2.2",
"doctoc": "^1.2.0",
"doctrine": "^2.0.0",
"empty": "^0.10.1",
"enzyme": "^2.8.2",
"eslint-config-ta": "^5.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"express": "^4.13.4",
"faker": "^4.1.0",
"gh-pages": "^1.0.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-html-replace": "^1.6.2",
"gulp-load-plugins": "^1.2.2",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.6",
"html-webpack-plugin": "^2.24.0",
"imports-loader": "^0.7.1",
"js-beautify": "^1.6.8",
"json-loader": "^0.5.3",
"karma": "^1.4.0",
"karma-cli": "^1.0.0",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs-shim": "^1.4.0",
"karma-webpack-with-fast-source-maps": "^1.9.2",
"mocha": "^3.3.0",
"node-sass": "^4.1.1",
"phantomjs-prebuilt": "^2.1.7",
"raw-loader": "^0.5.1",
"react": "15.5.4",
"react-ace": "^4.1.1",
"react-addons-test-utils": "15.5.1",
"react-docgen": "^2.13.0",
"react-document-title": "^2.0.2",
"react-dom": "15.5.4",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"react-test-renderer": "^15.5.4",
"require-dir": "^0.3.0",
"rimraf": "^2.5.2",
"satisfied": "^1.1.0",
"semantic-ui-css": "^2.2.2",
"simulant": "^0.2.2",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"ta-scripts": "^2.5.2",
"through2": "^2.0.2",
"tslint": "^5.0.0",
"tslint-config-typings": "^0.3.1",
"typescript": "^2.3.1",
"webpack": "^2.3.2",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1"
},
"peerDependencies": {
"react": ">=0.14.0 <= 15",
"react-dom": ">=0.14.0 <= 15"
}
}