forked from wp-pwa/wp-pwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 4.24 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "frontity",
"description": "Frontity - Create PWAs for WordPress",
"private": true,
"version": "0.11.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/frontity/frontity.git"
},
"bugs": {
"url": "https://github.com/frontity/frontity/issues"
},
"homepage": "https://github.com/frontity/frontity#readme",
"keywords": [
"frontity",
"wordpress",
"pwa",
"react",
"mobx",
"mobx-state-tree"
],
"scripts": {
"postinstall": "npm-recursive-install --skip-root --production",
"test": "jest --watch --silent",
"test:ci": "jest --silent --testPathPattern=core --no-cache",
"test:debug": "node --inspect node_modules/.bin/jest --watch",
"cz": "git-cz",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"start": "node core/index.js --start",
"build": "node core/index.js --build",
"serve": "node core/index.js --serve",
"start:pwa": "npm run start -- --pwa",
"build:pwa": "npm run build -- --pwa",
"serve:pwa": "npm run serve -- --pwa",
"start:amp": "npm run start -- --amp",
"build:amp": "npm run build -- --amp",
"serve:amp": "npm run serve -- --amp",
"now-build": "npm run build -- --prod",
"now-start": "npm run serve -- --prod"
},
"dependencies": {
"@frontity/lazyload": "^1.0.12",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-styled-components": "^1.6.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-inline-environment-variables": "^0.2.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-universal-import": "^1.4.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.23.0",
"compression": "^1.7.1",
"core-js": "^2.5.3",
"crypto-js": "^3.1.9-1",
"css-loader": "^0.28.11",
"dotenv": "^6.1.0",
"express": "^4.15.2",
"express-no-favicons": "^0.0.1",
"extract-css-chunks-webpack-plugin": "^2.0.18",
"fs-extra": "^4.0.3",
"history": "^4.6.3",
"htmlescape": "^1.1.1",
"lodash": "^4.17.5",
"lodash-webpack-plugin": "^0.11.4",
"lokka": "^1.7.0",
"lokka-transport-http": "^1.6.1",
"minimist": "^1.2.0",
"mobx": "^4.5.0",
"mobx-devtools-mst": "^0.9.14",
"mobx-react": "^5.2.8",
"mobx-state-tree": "^3.5.0",
"mobx-utils": "^4.0.1",
"normalizr": "^3.2.4",
"progress-bar-webpack-plugin": "^1.10.0",
"raw-loader": "^0.5.1",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-emotion": "^8.0.12",
"react-helmet": "^5.2.0",
"react-hot-loader": "3.0.0-beta.7",
"react-slot-fill": "^2.0.0",
"react-transition-group": "^2.3.1",
"react-universal-component": "^2.8.2",
"recompose": "^0.27.1",
"recursive-install": "^1.3.0",
"styled-components": "^4.0.0-beta.1",
"superagent": "^3.8.2",
"url": "^0.11.0",
"webpack": "^3.10.0",
"webpack-flush-chunks": "^1.2.3",
"write-file-webpack-plugin": "^4.1.0"
},
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@semantic-release/changelog": "^3.0.1",
"@semantic-release/git": "^7.0.5",
"@semantic-release/github": "^5.2.0",
"@semantic-release/npm": "^5.0.5",
"babel-eslint": "^8.2.1",
"commitizen": "^2.10.1",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^4.17.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"husky": "^1.0.0-rc.9",
"jest": "^23.2.0",
"lint-staged": "^7.2.0",
"prettier": "^1.13.6",
"react-test-renderer": "^16.4.1",
"semantic-release": "^15.10.5",
"travis-deploy-once": "^5.0.9",
"webpack-bundle-analyzer": "^2.10.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.21.0",
"webpack-hot-server-middleware": "^0.1.0",
"webpack-visualizer-plugin": "^0.1.11"
}
}