-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
117 lines (117 loc) · 4.39 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "react-planck",
"version": "0.0.54-alpha.0",
"description": "React fiber renderer and component container for Planck.js",
"main": "dist/index.js",
"repository": "https://github.com/psychobolt/react-planck.git",
"author": "psychobolt",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"flow-typed-update": "lerna exec -- flow-typed update -s -i peer -p \\$LERNA_ROOT_PATH",
"flow-typed-install": "rimraf flow-typed/npm && npm run flow-typed-update",
"build:dev": "rollup -c rollup.config.dev.js",
"build:prod": "rollup -c rollup.config.prod.js",
"clean": "rimraf dist/index.*.js dist/*-*.*.js packages/*/dist/index.*.js packages/*/dist/*-*.*.js",
"build": "npm run clean && npm run build:dev -- --environment PACKAGES:* && npm run build:prod -- --environment PACKAGES:*",
"watch": "npm run build:dev -- --w",
"start": "concurrently \"npm:watch -- --environment PACKAGES:*\" \"npm:storybook\"",
"test": "cross-env BABEL_ENV=test jest --passWithNoTests",
"lint": "npm run lint:css && npm run lint:js",
"lint:css": "stylelint ./src/**/*.js",
"lint:js": "eslint \"**/*.js\"",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"bootstrap": "yarn install && lerna bootstrap",
"dist": "npm run build && lerna publish"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^5.1.3",
"@storybook/addon-console": "^1.1.0",
"@storybook/addon-links": "^5.1.3",
"@storybook/addon-notes": "^5.1.3",
"@storybook/react": "^5.1.3",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-styled-components": "^1.10.0",
"cash-true": "^0.0.2",
"codecov": "^3.5.0",
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-react-app": "^4.0.1",
"eslint-import-resolver-babel-module": "5.0.1",
"eslint-plugin-flowtype": "^3.10.1",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "7.13.0",
"flow-bin": "^0.101.0",
"flow-typed": "^2.5.2",
"jest": "^24.8.0",
"jest-styled-components": "^6.3.1",
"lerna": "^3.15.0",
"minimatch": "^3.0.4",
"planck-js": "^0.3.5",
"prop-types": "^15.7.2",
"raf": "^3.4.1",
"re-resizable": "^5.0.1",
"react": "^16.8.6",
"react-cache": "^2.0.0-alpha.1",
"react-dom": "^16.8.6",
"react-reconciler": "0.20.4",
"recompose": "^0.30.0",
"rimraf": "^2.6.3",
"rollup": "1.15.0",
"rollup-plugin-alias": "^1.5.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.1",
"rollup-plugin-terser": "^5.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.87.1",
"source-map-loader": "^0.2.4",
"stage-js": "^0.8.11",
"storybook-readme": "^5.0.3",
"styled-components": "^4.3.1",
"stylelint": "^10.1.0",
"stylelint-config-recommended": "^2.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.8.0"
},
"dependencies": {
"react-is": "^16.8.6"
},
"peerDependencies": {
"planck-js": "^0.3.5",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}