forked from humanmade/hm-handbook-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 798 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 798 Bytes
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
{
"name": "HM_Handbook",
"version": "1.0.0",
"description": "Human Made Handbook Theme",
"main": "index.php",
"author": "matth_eu",
"license": "GPL-2.0",
"private": true,
"devDependencies": {
"autoprefixer": "^6.3.4",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"classnames": "^2.2.5",
"diff-match-patch": "^1.0.0",
"exports-loader": "^0.6.3",
"gulp": "^3.9.0",
"gulp-cli": "^1.4.0",
"gulp-postcss": "^6.1.0",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-watch": "^4.3.5",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"webpack": "^1.13.1",
"whatwg-fetch": "^1.0.0"
},
"dependencies": {}
}