-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.63 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 4.63 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
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
118
119
120
121
122
123
124
125
126
127
128
{
"name": "limina",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "concurrently yarn:build:*",
"build:dist": "lerna exec --parallel --scope @limina/core --scope @limina/react-graph-editor -- '$LERNA_ROOT_PATH/node_modules/.bin/rollup -c ../../rollup.config.js'",
"build:lib": "tsc -b",
"postbuild": "rimraf packages/*/lib/__{mocks,stubs,tests}__",
"clean": "concurrently yarn:clean:*",
"clean_node_modules": "rimraf node_modules packages/*/node_modules",
"clean:cache": "rimraf .jest_cache",
"clean:dist": "rimraf packages/*/dist",
"clean:license": "rimraf packages/*/LICENSE",
"clean:lib": "rimraf packages/*/lib",
"clean:tsbuildinfo": "rimraf packages/*/*.tsbuildinfo",
"copy": "concurrently yarn:copy:*",
"copy:license": "lerna exec --parallel 'cp $LERNA_ROOT_PATH/LICENSE ./'",
"lint": "concurrently \"yarn lint:js .\" \"yarn lint:md .\" \"yarn lint:style packages/*/src/**/*.{scss,js,jsx,ts,tsx}\"",
"lint:js": "eslint --ext .js,.jsx,.json,.ts,.tsx --report-unused-disable-directives",
"lint:md": "remark -qf",
"lint:style": "stylelint",
"lint-fix": "concurrently \"yarn lint:js --fix .\" \"yarn lint:md . -qfo\"",
"precommit": "concurrently yarn:build:lib \"lint-staged\"",
"prerelease": "yarn clean && yarn lint && yarn test && NODE_ENV=production yarn build && yarn copy",
"release": "lerna publish",
"storybook": "concurrently yarn:build:lib yarn:storybook-server",
"prestorybook-deploy": "yarn build:lib",
"storybook-deploy": "storybook-to-ghpages",
"storybook-server": "start-storybook -p 4001",
"test": "jest",
"watch": "concurrently yarn:watch:*",
"watch:dist": "lerna exec --parallel --scope @limina/core --scope @limina/react-graph-editor -- '$LERNA_ROOT_PATH/node_modules/.bin/rollup -c ../../rollup.config.js --watch'",
"watch:lib": "yarn build:lib --watch",
"watch:lint:js": "chokidar ./packages/*/src/**/*.{js,jsx,json,ts,tsx} -c \"yarn lint:js .\" --initial"
},
"workspaces": [
"packages/*"
],
"engines": {
"node": ">= 10.15.3",
"yarn": ">= 1.16.0"
},
"lint-staged": {
"linters": {
"*.{js,jsx,json,ts,tsx}": [
"yarn lint:js --fix",
"git add"
],
"*.{js,jsx,ts,tsx}": [
"yarn lint:style",
"git add"
],
"*.md": [
"yarn lint:md",
"git add"
]
}
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.11",
"@storybook/addon-info": "^5.0.11",
"@storybook/addon-knobs": "^5.0.11",
"@storybook/addon-storysource": "^5.0.11",
"@storybook/addon-viewport": "^5.0.11",
"@storybook/addons": "^5.0.11",
"@storybook/react": "^5.0.11",
"@storybook/storybook-deployer": "^2.8.1",
"@storybook/theming": "^5.0.11",
"@types/chroma-js": "^1.4.1",
"@types/enzyme": "^3.9.3",
"@types/jest": "^24.0.13",
"@types/lodash.merge": "^4.6.6",
"@types/react": "^16.8.18",
"@types/react-test-renderer": "^16.8.1",
"@types/storybook__addon-info": "^4.1.1",
"@types/storybook__addon-knobs": "^5.0.0",
"@types/storybook__react": "^4.0.1",
"babel-loader": "^8.0.6",
"change-case": "^3.1.0",
"chokidar-cli": "^1.2.2",
"chroma-js": "^2.0.3",
"concurrently": "^4.1.0",
"csstype": "^2.6.4",
"emotion-theming": "^10.0.10",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.1",
"enzyme-to-json": "^3.3.5",
"husky": "^2.2.0",
"jest": "^24.8.0",
"jest-config": "^24.8.0",
"jest-emotion": "^10.0.11",
"lerna": "^3.14.1",
"lint-staged": "^8.1.7",
"prettier": "^1.17.1",
"react": "^16.8.6",
"react-docgen-typescript-loader": "^3.1.0",
"react-dom": "^16.8.6",
"remark": "^10.0.1",
"remark-cli": "^6.0.1",
"remark-lint": "^6.0.4",
"remark-preset-lint-recommended": "^3.0.2",
"rimraf": "^2.6.3",
"rollup": "^1.12.3",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^5.0.0",
"rollup-plugin-typescript": "^1.0.1",
"sass": "^1.20.1",
"stylelint": "^10.0.1",
"stylelint-scss": "^3.6.1",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.1",
"tslib": "^1.9.3",
"typescript": "^3.4.5",
"webpack": "^4.32.2"
},
"dependencies": {
"@limina/core": "file:packages/core",
"@limina/eslint-config": "file:packages/eslint-config",
"@limina/limina-sass": "file:packages/limina-sass",
"@limina/react-graph-editor": "file:packages/react-graph-editor",
"@limina/stylelint-config": "file:packages/stylelint-config"
}
}