-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
34 lines (34 loc) · 956 Bytes
/
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
{
"name": "refsheet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --port 9000 --inline --progress --profile --colors --watch",
"build": "webpack --config webpack.config.js",
"build.prod": "webpack --config webpack.config.js -p",
"test": "echo \"Error: no test specified\" && exit 1",
"check": "node scripts/check-html.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"jquery": "^3.2.1",
"monaco-editor": "^0.10.1",
"remarkable": "^1.7.1",
"showdown": "^1.8.6",
"typescript": "^2.3.2"
},
"devDependencies": {
"@types/showdown": "^1.7.2",
"awesome-typescript-loader": "3.0.0-beta.18",
"copy-webpack-plugin": "^4.0.1",
"file-loader": "^0.11.1",
"html5-lint": "^0.3.0",
"source-map-loader": "0.1.6",
"typescript": "2.1.5",
"webpack": "2.2.1",
"webpack-dev-server": "2.2.1"
}
}