forked from bem/bem-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.48 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
{
"private": true,
"version": "0.0.0",
"scripts": {
"bootstrap": "lerna bootstrap",
"docs:build": "typedoc --options ./typedoc.js packages/*/*.tsx",
"docs:deploy": "gh-pages -d reference",
"lint": "lerna run lint",
"prepublishOnly": "npm run docs:build && npm run docs:deploy",
"prepush": "lerna run test",
"publish:next": "lerna publish --canary --preid dev --npm-tag next --no-git-tag-version"
},
"devDependencies": {
"@commitlint/cli": "7.2.1",
"@commitlint/config-conventional": "7.1.2",
"@types/chai": "4.1.7",
"@types/chai-spies": "1.0.0",
"@types/enzyme": "3.1.15",
"@types/mocha": "5.2.5",
"@types/react": "16.8.8",
"chai": "4.2.0",
"chai-spies": "1.0.0",
"chalk": "2.4.1",
"enzyme": "3.7.0",
"enzyme-adapter-react-16": "1.7.0",
"gh-pages": "2.0.1",
"gzip-size": "5.1.0",
"husky": "3.0.5",
"jsdom": "13.0.0",
"lerna": "3.5.1",
"lint-staged": "9.2.5",
"mocha": "5.2.0",
"nyc": "13.1.0",
"prettier": "1.18.2",
"pretty-bytes": "5.2.0",
"react": "16.8.4",
"react-dom": "16.8.4",
"rollup": "1.10.1",
"rollup-plugin-node-resolve": "4.2.3",
"rollup-plugin-replace": "2.1.0",
"rollup-plugin-strip-banner": "0.2.0",
"rollup-plugin-terser": "4.0.4",
"rollup-plugin-typescript2": "0.21.0",
"source-map-support": "0.5.9",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"tslint-react": "3.6.0",
"typedoc": "0.13.0",
"typescript": "3.2.1"
}
}