-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.42 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
{
"name": "mactkg.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-react": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"basscss": "^7.1.0",
"browser-sync": "^2.11.0",
"browser-sync-webpack-plugin": "^1.0.1",
"css-loader": "^0.23.1",
"postcss-loader": "^0.8.0",
"file-loader": "^0.8.5",
"style-loader": "^0.13.0",
"webpack-dev-server": "^1.14.1",
"rucksack-css": "^0.8.5",
"webpack": "^1.12.11",
"webpack-hot-middleware": "^2.6.0"
},
"devDependencies": {
"autoprefixer": "^6.3.5",
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"browser-sync-webpack-plugin": "^1.0.1",
"css-loader": "^0.23.1",
"postcss": "^5.0.19",
"postcss-import": "^8.0.2",
"postcss-loader": "^0.8.2",
"precss": "^1.4.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.14"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mactkg/mactkg.github.com.git"
},
"author": "mactkg <[email protected]> (http://makerbox.net/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/mactkg/mactkg.github.com/issues"
},
"homepage": "https://github.com/mactkg/mactkg.github.com#readme"
}