-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.99 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
{
"name": "dendritic-ui",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "start-storybook -p 9001 -c ./stories",
"build": "NODE_ENV=production webpack",
"test": "_mocha && npm run lint",
"cover": "istanbul cover _mocha",
"check-coverage": "istanbul check-coverage",
"lint": "eslint src test",
"precommit": "npm run lint",
"prepush": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Prismatik/dendritic-ui.git"
},
"keywords": [
"dendritic",
"ui",
"react",
"component"
],
"author": "Prismatik <[email protected]> (http://blog.prismatik.com.au)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Prismatik/dendritic-ui/issues"
},
"homepage": "https://github.com/Prismatik/dendritic-ui#readme",
"dependencies": {
"classnames": "^2.2.5",
"font-awesome": "^4.6.3",
"jsdom": "^9.5.0",
"lodash": "^4.14.2",
"react": "^15.3.0",
"react-css-modules": "^3.7.9",
"react-dom": "^15.3.0"
},
"peerDependencies": {
"react": "^15.3.0",
"react-dom": "^15.3.0"
},
"devDependencies": {
"@kadira/storybook": "^2.2.0",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.11.6",
"css-loader": "^0.23.1",
"css-modules-require-hook": "^4.0.1",
"enzyme": "^2.4.1",
"eslint": "^3.2.2",
"eslint-config-prismatik": "^2.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"husky": "^0.11.6",
"istanbul": "^1.0.0-alpha.2",
"mocha": "^3.0.2",
"must": "^0.13.2",
"must-jsx": "^4.0.0",
"postcss-loader": "^0.9.1",
"postcss-modules-values": "^1.1.3",
"postcss-nested": "^1.0.0",
"postcss-units": "^1.0.0",
"sinon": "^1.17.5",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
}
}