forked from linkedin/css-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.5 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
{
"private": true,
"scripts": {
"commitmsg": "commitlint --edit $GIT_PARAMS",
"ci": "lerna run test",
"docs": "typedoc",
"toc": "markdown-toc -i --maxdepth 2 README.md"
},
"devDependencies": {
"@commitlint/cli": "^6.1.0",
"@commitlint/config-conventional": "^6.1.0",
"@types/async": "^2.0.40",
"@types/babel-core": "^6.25.2",
"@types/babel-generator": "^6.25.0",
"@types/babel-template": "^6.25.0",
"@types/babel-traverse": "^6.25.2",
"@types/babel-types": "^7.0.0",
"@types/babylon": "^6.16.1",
"@types/chai": "^3.5.2",
"@types/debug": "0.0.29",
"@types/loader-utils": "^1.1.3",
"@types/minimatch": "^2.0.29",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.0",
"@types/prettier": "^1.8.0",
"@types/tapable": "0.2.4",
"chai": "^3.5.0",
"husky": "^0.14.3",
"istanbul": "^0.4.5",
"lerna": "^3.0.0-beta.1",
"loader-utils": "^1.1.0",
"markdown-toc": "^1.2.0",
"mocha": "^3.4.2",
"mocha-typescript": "^1.0.23",
"mock-fs": "^4.3.0",
"mock-require": "^2.0.2",
"outdent": "^0.4.1",
"perfectionist": "^2.4.0",
"postcss": "^6.0.21",
"prettier": "^1.8.2",
"remap-istanbul": "^0.9.5",
"source-map-support": "^0.4.15",
"test-console": "^1.1.0",
"ts-node": "^3.0.4",
"tslint": "^5.9.1",
"typedoc": "^0.11.0",
"typedoc-plugin-monorepo": "^0.1.0",
"typescript": "^2.8.1",
"watch": "^1.0.2"
},
"workspaces": [
"packages/@css-blocks/*"
],
"name": "css-blocks"
}