-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
48 lines (48 loc) · 1.16 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
{
"name": "propel_notebook",
"version": "0.0.1",
"license": "Apache-2.0",
"private": true,
"engines": {
"node": ">=8.6.0"
},
"scripts": {
"fmt": "prettier --write src/*.ts* tools/*",
"lint": "tslint --project tsconfig.json",
"test": "./tools/presubmit.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/propelml/notebook.git"
},
"devDependencies": {
"@types/node": "^8.9.4",
"he": "^1.1.1",
"ncp": "^2.0.0",
"node-fetch": "^1.7.3",
"node-sass": "^4.9.0",
"parcel-bundler": "^1.8.1",
"parcel-plugin-markdown": "^0.3.1",
"preact": "^8.2.7",
"prettier": "^1.12.1",
"puppeteer": "^0.13.0",
"rimraf": "^2.6.2",
"sass": "^1.0.0-beta.5.2",
"stylelint": "^8.4.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-standard": "^18.2.0",
"text-encoding": "^0.6.4",
"ts-loader": "^3.5.0",
"ts-node": "^6.0.3",
"tslint": "^5.9.1",
"tslint-eslint-rules": "^5.1.0",
"tslint-no-circular-imports": "^0.3.0",
"typescript": "^2.8.3"
},
"browserslist": [
">5%"
],
"dependencies": {
"parcel-plugin-react-markdown": "^0.0.1"
}
}