-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.02 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
{
"name": "ttfiles",
"version": "2.7.1",
"description": "The Texas Tribune Files App",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.json",
"dev": "tsc --watch -p tsconfig.json",
"test": "jest --coverage -i --verbose --bail --ci",
"test:basic": "jest -i",
"serve:doc": "python -m http.server 3000 --directory=docs",
"doc": "typedoc --options typedoc.json src/ && webpack --config ./docs/webpack.config.js",
"doc:watch": "typedoc --options typedoc.json src/ && webpack --config ./docs/webpack.config.js --watch"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@types/jest": "^24.0.9",
"@types/node": "^11.9.0",
"@webcomponents/webcomponentsjs": "^2.2.7",
"babel-jest": "^24.5.0",
"babel-loader": "7.1.3",
"fake-indexeddb": "^2.0.4",
"jest": "^24.3.0",
"typedoc": "^0.15.0",
"typescript": "^3.4.5",
"webpack": "^4.25.1",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"remove-accents": "^0.4.3"
}
}