-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.45 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
46
47
48
49
50
51
52
53
{
"name": "noders.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --colors",
"dev": "webpack-dev-server --progress --colors --inline --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Noders/noders.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Noders/noders.github.io/issues"
},
"homepage": "https://github.com/Noders/noders.github.io#readme",
"dependencies": {},
"devDependencies": {
"animate.css": "^3.5.1",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"bootstrap": "^3.3.6",
"bootstrap-loader": "^1.0.10",
"bootstrap-sass": "^3.3.6",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"font-awesome": "^4.6.3",
"font-awesome-webpack": "0.0.4",
"fontawesome": "^4.5.0",
"html-webpack-plugin": "^2.19.0",
"imports-loader": "^0.6.5",
"jquery": "^2.2.4",
"jquery-easing": "0.0.1",
"less": "^2.7.1",
"node-sass": "^3.7.0",
"postcss-loader": "^0.9.1",
"raw-loader": "^0.5.1",
"resolve-url-loader": "^1.4.3",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"swig": "^1.4.2",
"tether": "^1.3.2",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"wowjs": "^1.1.3"
}
}