-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": "aesgender",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rm -rf ./docs; mkdir docs && cpx \"src/{index.html,style.css}\" docs && webpack",
"start": "webpack-dev-server --open",
"watch": "rm -rf ./docs; webpack && (cpx \"src/{index.html,style.css}\" docs --watch &) && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tibbakoi/aesgender.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/tibbakoi/aesgender/issues"
},
"homepage": "https://github.com/tibbakoi/aesgender#readme",
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"copy-webpack-plugin": "^4.5.1",
"cpx": "^1.5.0",
"d3": "^7.6.1",
"dsv-loader": "^2.0.0",
"eslint": "^4.3.0",
"lit-html": "^1.1.1",
"lodash": "^4.17.21",
"webpack": "^3.4.0",
"webpack-dev-server": "^2.6.1"
}
}