forked from jquense/react-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.28 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.28 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
{
"private": true,
"engines": {
"yarn": "^1.0.0",
"node": ">=6.0.0"
},
"scripts": {
"lerna": "lerna",
"lint": "lerna run lint",
"test": "lerna run test",
"docs": "lerna exec --scope react-widgets-documentation npm run",
"rw": "lerna exec --scope react-widgets npm run",
"tdd": "npm run rw tdd",
"start": "npm run docs start",
"start-dev": "lerna exec --scope storybook npm start",
"bootstrap": "yarn && lerna run prepublishOnly",
"release": "lerna run prepublishOnly && lerna publish"
},
"dependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-jason": "^3.1.0",
"common-tags": "^1.3.1",
"cpy-cli": "^1.0.0",
"cross-env": "^3.1.3",
"css-literal-loader": "^0.2.0",
"eslint": "^3.7.1",
"eslint-config-jason": "^4.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-mocha": "^4.6.0",
"eslint-plugin-react": "^6.3.0",
"glob": "^7.0.5",
"global": "^4.3.2",
"lerna": "^2.1.2",
"lodash": "^4.17.2",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.4",
"webpack": "^3.6.0",
"webpack-atoms": "^3.0.2",
"webpack-dev-server": "^2.4.5",
"webpack-merge": "^4.1.0",
"yarn": "rc"
},
"workspaces": [
"packages/*"
]
}