-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.1 KB
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
{
"name": "pkjs-react-components",
"version": "0.0.9",
"description": "React UI component library",
"main": "dist/components.js",
"repository": "git@github.com:PakistanJs/react-components.git",
"author": "Sarmad Sangi <sarmadsangi@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.4",
"flow-bin": "^0.45.0",
"gh-pages": "^1.0.0",
"loaders": "^1.1.3",
"postcss-cssnext": "^2.11.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.5",
"react": "^15.6.0",
"react-dom": "^15.6.0",
"react-styleguidist": "^5.4.4",
"style-loader": "^0.18.2",
"webpack": "^2.6.1"
},
"scripts": {
"start": "styleguidist server",
"deploy": "styleguidist build && gh-pages -d styleguide",
"build": "webpack"
}
}