forked from kentcdodds/testing-workshop
-
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.45 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.45 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
{
"name": "testing-workshop",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:kentcdodds/testing-workshop.git",
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
"license": "MIT",
"scripts": {
"start": "nps",
"test": "nps test",
"precommit": "opt --in precommit --exec \"nps validate\"",
"setup": "node ./scripts/verify && node ./scripts/install && node ./scripts/load-database && npm start validate"
},
"devDependencies": {
"all-contributors-cli": "^4.10.1",
"babel-eslint": "^8.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"common-tags": "^1.6.0",
"concurrently": "^3.5.1",
"cypress": "^1.4.1",
"eslint": "^4.14.0",
"eslint-config-kentcdodds": "^13.0.1",
"eslint-config-react-app": "^2.0.1",
"eslint-plugin-flowtype": "^2.40.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"faker": "^4.1.0",
"husky": "^0.14.3",
"is-windows": "^1.0.1",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"nps": "^5.7.1",
"nps-utils": "^1.5.0",
"opt-cli": "^1.6.0",
"p-series": "^1.0.0",
"prettier": "^1.9.2",
"prettier-eslint-cli": "^4.7.0",
"replace-in-file": "^3.1.0",
"slugify": "^1.2.9",
"spawn-command-with-kill": "^1.0.0",
"split-guide": "^3.0.0",
"stream-to-promise": "^2.2.0"
}
}