-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.9 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
{
"name": "straylab-ui",
"version": "0.1.23",
"description": "UI framework from the power of OSS",
"main": "./dist/app.js",
"scripts": {
"dev": "webpack-dev-server --hot --history-api-fallback --open",
"build-ui": "BABEL_ENV=production webpack --config webpack.config.prod.js --progress",
"build-doc": "BABEL_ENV=production webpack --config webpack.config.doc.js --progress",
"build-all": "npm run build-ui && npm run build-doc",
"test": "./node_modules/.bin/eslint ./src/component --ext js --ext jsx --quiet"
},
"author": "Andy Mok",
"url": "http://straylab.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/frmok/straylab-ui"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frmok/straylab-ui.git"
},
"dependencies": {
"classnames": "^2.2.5",
"flexboxgrid": "^6.3.1",
"open-color": "^1.5.1",
"reset-css": "^2.2.0",
"tether-tooltip": "^1.2.0"
},
"peerDependencies": {
"react": "^0.14 || ^15.0.0-rc || ^15.0",
"react-dom": "^0.14 || ^15.0.0-rc || ^15.0",
"react-select": "^1.0.0-rc.3"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.2.0",
"babel-loader": "^6.3.2",
"babel-polyfill": "^6.23.0",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.23.0",
"css-loader": "^0.27.3",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "^2.1.0",
"node-sass": "^4.5.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-hot-loader": "^3.0.0-beta.6",
"react-router-dom": "^4.0.0",
"react-select": "^1.0.0-rc.3",
"react-syntax-highlighter": "^5.1.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.14.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}