-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "micro",
"version": "1.0.0",
"description": "MicroSite =========",
"main": "webpack.config.js",
"directories": {
"doc": "docs"
},
"dependencies": {},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"image-webpack-loader": "^3.3.0",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"node-sass": "^4.5.2",
"react": "^15.4.2",
"react-hot-loader": "^1.3.1",
"sass-loader": "^6.0.3",
"script-loader": "^0.7.0",
"scss-loader": "0.0.1",
"style-loader": "^0.16.1",
"webpack": "^2.3.3",
"webpack-bundle-tracker": "^0.2.0",
"webpack-dev-server": "^2.4.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/MicroPyramid/MicroSite.git"
},
"bugs": {
"url": "https://github.com/MicroPyramid/MicroSite/issues"
},
"homepage": "https://github.com/MicroPyramid/MicroSite#readme"
}