-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "uws-dwf",
"version": "0.0.1",
"description": "uws dwf",
"main": "index.js",
"scripts": {
"build": "npm run build-static && webpack -p",
"build-static": "cp src/index.html docs/ && cp src/seal.svg docs/",
"clean-all": "rm -rf docs && mkdir docs",
"dev": "webpack-dev-server",
"start": "npm run build && http-server docs",
"test": "standard src/app.js"
},
"author": "Emily Reese <[email protected]>",
"license": "ISC",
"repository": "eareese/uws-dwf",
"engines": {
"node": "5.9.1"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"imports-loader": "^0.7.0",
"normalize.css": "^5.0.0",
"pug": "^2.0.0-beta11",
"pug-loader": "^2.3.0",
"standard": "^8.6.0",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"dependencies": {
"canvg-browser": "^1.0.0",
"http-server": "^0.9.0",
"snapsvg": "^0.5.1"
}
}