-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 946 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
35
36
37
{
"name": "cdfconverter",
"version": "0.1.0",
"description": "Convert CDF instances between concrete formats",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"knockout": "^3.5.1"
},
"devDependencies": {
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"html-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.13.1",
"raw-loader": "^4.0.0",
"sass-loader": "^8.0.2",
"static-server": "^2.2.1",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.2",
"tslint": "^6.1.0",
"typescript": "^3.8.3",
"url-loader": "^4.0.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"start": "static-server ./docs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Hilton Roscoe LLC <[email protected]>",
"license": "MIT"
}