-
Notifications
You must be signed in to change notification settings - Fork 189
/
package.json
68 lines (68 loc) · 1.92 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
{
"name": "wix-style-react",
"description": "wix-style-react",
"version": "1.1.0",
"main": "./src/index.js",
"scripts": {
"test": "mocha --require spec/setup.js \"spec/**/*.spec.js\"",
"compile": ":",
"prepublish": "npm run compile && npm test",
"build": ":",
"release": "npm install @wix/wnpm-ci && wnpm-release -- --no-shrinkwrap",
"storybook": "start-storybook -p 6006",
"lint": "eslint test/ src/",
"pretest": "npm run lint -s",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wix/wix-style-react.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/wix/wix-style-react/issues"
},
"homepage": "https://github.com/wix/wix-style-react#readme",
"devDependencies": {
"@kadira/storybook": "^2.21.0",
"@kadira/storybook-deployer": "^1.2.0",
"babel-core": "~6.5.0",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "*",
"babel-preset-stage-2": "*",
"babel-register": "^6.14.0",
"babel-runtime": "^6.6.1",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"css-loader": "^0.25.0",
"enzyme": "^2.3.0",
"eslint": "^2.8.0",
"eslint-plugin-react": "^5.0.1",
"file-loader": "^0.8.5",
"ignore-styles": "^3.0.0",
"imports-loader": "^0.6.5",
"jquery": "^1.12.4",
"jsdom": "^9.2.1",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mocha": "^2.4.5",
"postcss-loader": "^0.9.1",
"sinon": "^1.17.4",
"style-loader": "^0.13.1"
},
"peerDependencies": {},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"lodash": "^4.17.1",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-modal": "^1.5.2"
}
}