-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
{
"name": "lazy-img",
"version": "1.0.0",
"description": "Lazy image wip",
"main": "lazy-img.js",
"scripts": {},
"author": "Ivan Čurić",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"browser-sync": "^2.18.13",
"browserslist": "^2.4.0",
"chalk": "^2.1.0",
"cross-env": "^5.0.5",
"eslint": "^4.8.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-prettier": "^2.3.1",
"fs-extra": "^4.0.2",
"npm-run-all": "^4.1.1",
"prettier": "^1.7.4",
"run-sequence": "^2.2.0",
"unfetch": "^3.0.0",
"wait-on": "^2.0.2",
"webpack": "^3.6.0",
"webpack-notifier": "^1.5.0"
}
}