-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.53 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
54
55
56
57
{
"name": "@dylanvorster/exia",
"version": "1.0.0",
"author": "Dylan Vorster",
"repository": {
"type": "git",
"url": "https://github.com/dylanvorster/exia-wordpress.git"
},
"scripts": {
"build": "export NODE_ENV=production && webpack && zip -r exia-theme.zip dist/* plugins/* functions.php index.php README.md screenshot.* style.css"
},
"homepage": "https://github.com/dylanvorster/exia-wordpress",
"keywords": [
"wordpress",
"exia",
"gundam",
"theme",
"dark",
"progressive",
"responsive",
"react",
"typescript"
],
"dependencies": {
"@types/lodash": "^4.14.97",
"@types/node": "^9.4.0",
"@types/react": "^16.0.35",
"@types/react-router-dom": "^4.2.3",
"autoprefixer": "^7.2.6",
"autotrack": "^2.4.1",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"font-awesome": "^4.7.0",
"lodash": "^4.17.4",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"moment": "^2.20.1",
"node-sass": "^4.7.2",
"postcss-loader": "^2.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-image-gallery": "^0.8.7",
"react-masonry-component": "^6.0.2",
"react-nprogress": "^0.1.6",
"react-router-dom": "^4.2.2",
"sass-loader": "^6.0.6",
"source-map-loader": "^0.2.3",
"style-loader": "^0.20.1",
"ts-loader": "^3.3.1",
"typeface-open-sans": "^0.0.54",
"typescript": "^2.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1",
"wpapi": "^1.1.2"
}
}