forked from stangaone1/reactjs-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.2 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 3.2 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
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
{
"name": "stanga1-react-components",
"version": "1.0.23",
"description": "React UI Kit",
"main": "index.js",
"keywords":[
"react",
"reactjs",
"components",
"dump components",
"uikit",
"react-component",
"react-components"
],
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --progress --colors",
"build": "npm run clean && NODE_ENV=production webpack --progress --colors",
"lint": "eslint app tests test --ext .js --ext .jsx",
"check": "npm run lint && npm run test",
"deploy-storybook": "storybook-to-ghpages",
"test": "NODE_PATH=./basis mocha --compilers jsx:test/utils/compiler.js --require ./test/utils/setup.js --recursive --ui bdd",
"test:watch": "npm test -- --watch",
"test-coverage": "NODE_ENV=test babel-node $(npm bin)/isparta cover $(npm bin)/_mocha --compilers jsx:test/utils/compiler.js --require ./test/utils/setup.js",
"clean": "rm -rf dist",
"storybook": "start-storybook -p 9001"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stangaone1/reactjs-components.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stangaone1/reactjs-components/issues"
},
"homepage": "https://github.com/stangaone1/reactjs-components#readme",
"dependencies": {
"@kadira/storybook-deployer": "^1.2.0",
"babel-polyfill": "^6.6.1",
"classnames": "^2.1.3",
"lodash": "^4.11.2",
"moment": "^2.17.1",
"password-strength": "0.0.1",
"react": "^15.0.1",
"react-addons-shallow-compare": "^15.0.2",
"react-click-outside": "^2.1.0",
"react-date-picker": "^4.0.10",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.0.2",
"react-modal": "^1.2.1",
"react-quill": "^0.4.1"
},
"devDependencies": {
"@kadira/storybook": "^1.19.0",
"assets-webpack-plugin": "^2.2.2",
"autoprefixer-loader": "^3.1.0",
"babel-core": "^6.3.17",
"babel-eslint": "^4.1.0",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-decorators-legacy": "^1.2.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"chai": "^3.3.0",
"command-line-args": "2.1.6",
"css-loader": "^0.17.0",
"enzyme": "^2.2.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.13.1",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^0.8.2",
"image-webpack-loader": "^1.6.1",
"imagemin": "^3.2.0",
"jsdom": "^6.5.1",
"mocha": "^2.3.3",
"node-sass": "^3.3.3",
"normalize.css": "^5.0.0",
"react-addons-test-utils": "^15.0.1",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"react-transform-render-visualizer": "^0.4.0",
"redbox-react": "^1.2.0",
"sass-loader": "^2.0.1",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0",
"style-loader": "^0.12.3",
"text-loader": "0.0.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.0",
"webpack-dev-server": "^1.10.1",
"xmldom": "0.1.19"
}
}