-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.14 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
{
"name": "knot",
"description": "Knot Language Tools",
"private": true,
"author": "Ben Teichman <[email protected]>",
"license": "MIT",
"repository": "https://github.com/effervescentia/knot.git",
"main": "index.js",
"scripts": {
"x": "nps",
"setup": "nps setup",
"build": "nps build",
"test": "nps test",
"commit": "git cz",
"release": "nps release",
"usage": "nps help"
},
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@types/execa": "^0.9.0",
"@types/html-webpack-plugin": "^3.2.0",
"@types/loader-utils": "^1.1.3",
"@types/node": "^11.11.0",
"@types/node-fetch": "^2.1.6",
"@types/webpack": "^4.4.26",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"ava": "1.4.1",
"browser-env": "^3.2.6",
"codecov": "^3.7.0",
"commitizen": "^3.1.1",
"cross-env": "^5.2.0",
"cypress": "^3.1.4",
"cz-lerna-changelog": "^2.0.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-optimize-regex": "^1.1.7",
"eslint-plugin-prefer-arrow": "^1.1.7",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-simple-import-sort": "^5.0.0",
"eslint-plugin-sonarjs": "^0.5.0",
"fixpack": "^2.3.1",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1",
"iolaus": "^1.7.0",
"lerna": "^3.16.4",
"lint-staged": "^8.1.0",
"nps-utils": "^1.7.0",
"nps-with-rc": "^1.0.0",
"nyc": "^13.1.0",
"prettier": "^1.19.1",
"sane": "^4.1.0",
"semantic-release": "^15.13.24",
"standard-version": "^4.4.0",
"start-server-and-test": "^1.7.11",
"tap-xunit": "^2.4.1",
"ts-node": "^8.5.4",
"typedoc": "^0.13.0",
"typescript": "^3.7.4",
"webpack": "^4.26.0",
"webpack-bundle-analyzer": "^3.1.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
},
"workspaces": [
"examples/*",
"packages/*/*",
"packages/*/*/*"
]
}