This repository was archived by the owner on Feb 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 2.08 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
{
"name": "radium-constraints",
"version": "0.4.1",
"description": "Constraint-based layout system for React components.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/radium-constraints.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/FormidableLabs/radium-constraints/issues"
},
"homepage": "https://github.com/FormidableLabs/radium-constraints",
"scripts": {
"postinstall": "cd lib || builder run npm:postinstall || (echo 'POSTINSTALL FAILED: If using npm v2, please upgrade to npm v3. See bug https://github.com/FormidableLabs/builder/issues/35' && exit 1)",
"preversion": "builder run npm:preversion",
"version": "builder run npm:version",
"test": "builder run npm:test",
"lint": "builder concurrent lint-server lint-client lint-client-test flow",
"flow": "node -e \"process.exit(process.platform === 'win32' ? 0 : 1)\" || flow check",
"build-lib": "builder run clean-lib && babel plugins/src -d plugins/lib --copy-files && babel src -d lib --copy-files"
},
"dependencies": {
"autolayout": "FormidableLabs/autolayout.js#4f3bd46",
"babel-plugin-webpack-loaders": "^0.5.0",
"builder": "^2.10.1",
"builder-radium-component": "^2.1.2",
"coveralls": "^2.11.8",
"lodash.isequal": "^4.2.0"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"builder": "^2.10.1",
"builder-radium-component-dev": "^2.1.2",
"chai": "^3.2.0",
"enzyme": "^2.3.0",
"eslint-plugin-flow-vars": "^0.4.0",
"exports-loader": "^0.6.3",
"flow-bin": "^0.26.0",
"mocha": "^2.5.3",
"react": "^15.1.0",
"react-addons-test-utils": "^15.1.0",
"react-dom": "^15.1.0",
"react-motion": "^0.4.4",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"victory-core": "^3.0.0",
"webpack-dev-server": "^1.14.1"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0",
"react-dom": "^0.14.0 || ^15.0.0-0"
},
"author": "Tyler Thompson"
}