-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 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
44
45
{
"name": "git-intro-slides",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "webpack",
"watch": "webpack --watch",
"dev": "webpack-serve ./webpack.config.js --open --port 5000",
"publish": "webpack --env.publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bulma": "^0.6.2",
"copy-webpack-plugin": "^4.5.1",
"d3": "^5.0.0",
"gh-pages-webpack-plugin": "^1.0.2",
"headjs": "^1.0.3",
"html-webpack-plugin": "^3.1.0",
"pug": "^2.0.3",
"pug-cli": "^1.0.0-alpha6",
"pug-loader": "^2.4.0",
"random-emoji": "^1.0.2",
"reveal.js": "^3.6.0",
"reveal.js-d3js": "^1.0.0",
"style-loader": "^0.20.3",
"webpack": "^4.4.1"
},
"devDependencies": {
"css-loader": "^0.28.11",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"webpack-cli": "^2.0.13",
"webpack-serve": "^0.3.1"
},
"eslintIgnore": [
"/build",
"webpack.config.js"
]
}