-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
84 lines (84 loc) · 2.44 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
{
"name": "@opuscapita/react-showroom-client",
"version": "1.3.0-beta.11",
"description": "React components catalog component",
"scripts": {
"link-mode": "webpack --watch --config ./webpack.link.config.js",
"lint": "eslint src",
"npm-build": "rimraf ./lib && webpack --config ./webpack.production.config",
"npm-publish": "npm run npm-build && npm-publish",
"publish-release": "npm run npm-publish -- --release",
"publish-snapshot": "npm run npm-publish",
"start": "node www/index"
},
"homepage": "https://github.com/OpusCapita/react-showroom-client",
"files": [
"lib"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"keywords": [
"react",
"documentation",
"markdown"
],
"repository": "OpusCapita/react-showroom-client",
"devDependencies": {
"@opuscapita/npm-scripts": "1.0.8",
"autoprefixer": "6.4.1",
"babel-cli": "6.5.1",
"babel-core": "6.4.0",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-object-assign": "6.8.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babel-preset-stage-0": "6.3.13",
"babel-register": "6.16.3",
"babel-standalone": "6.14.0",
"compression": "1.6.2",
"css-loader": "0.21.0",
"eslint": "3.10.2",
"eslint-config-opuscapita": "1.0.1",
"eslint-plugin-react": "6.7.1",
"express": "4.13.4",
"file-loader": "0.9.0",
"fuzzysearch": "1.0.3",
"highlight.js": "9.8.0",
"json-loader": "0.5.4",
"less": "2.7.1",
"less-loader": "2.2.2",
"lodash": "4.17.4",
"markdown-to-ast": "3.4.0",
"mkdirp": "0.5.1",
"path": "0.12.7",
"postcss-loader": "0.13.0",
"query-string": "4.2.3",
"raw-loader": "0.5.1",
"rc-slider": "8.3.1",
"react": "16.8.6",
"kvolkovich-sc-react-codemirror": "1.0.1",
"react-dom": "16.8.6",
"react-fix-it": "0.2.0",
"react-motion": "0.5.1",
"react-remarkable": "1.1.2",
"rimraf": "2.5.2",
"semver": "5.3.0",
"source-map-loader": "0.1.5",
"style-loader": "0.13.1",
"superagent": "2.2.0",
"url-loader": "0.5.7",
"webpack": "1.12.2",
"webpack-dev-middleware": "1.5.1",
"write-file-webpack-plugin": "3.3.0"
},
"dependencies": {
"prop-types": "15.6.0"
}
}