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
|
{
"name": "juick",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "webpack --colors -p"
},
"repository": {
"type": "git",
"url": "https://github.com/juick/juick.git"
},
"license": "AGPLv3",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"eslint": "^4.13.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-only-ascii": "0.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"globby": "^6.1.0",
"script-loader": "^0.7.2",
"style-loader": "^0.19.1",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-webpack-plugin": "^0.9.0",
"uglify-loader": "^2.0.0",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-asset-pipeline": "^1.1.1"
},
"dependencies": {
"awesomplete": "^1.1.2",
"classlist.js": "^1.1.20150312",
"element-closest": "^2.0.2",
"evil-icons": "^1.9.0",
"killy": "file:src/main/js/killy",
"whatwg-fetch": "^2.0.3"
}
}
|