forked from Atyantik/pawjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 3.82 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
{
"name": "pawjs",
"version": "0.4.7",
"description": "A highly scalable, Progressive Web Application foundation with the best Developer Experience (DX).",
"engines": {
"node": ">= 8.4.0"
},
"engineStrict": true,
"bin": {
"paw": "./scripts.js",
"pawjs": "./scripts.js"
},
"dependencies": {
"assets-webpack-plugin": "^3.5.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-css-modules-transform": "^1.4.0",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-resolver": "^1.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^0.1.16",
"compression": "^1.7.0",
"cookie-parser": "^1.4.3",
"copy-webpack-plugin": "^4.3.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.8",
"eslint": "^4.15.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.3.0",
"express": "^4.15.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.6",
"glob": "^7.1.2",
"history": "^4.7.2",
"hsts": "^2.1.0",
"imagemin-gifsicle": "^5.2.0",
"imagemin-loader": "^1.1.0",
"imagemin-mozjpeg": "^7.0.0",
"imagemin-optipng": "^5.2.1",
"imagemin-svgo": "^6.0.0",
"img-loader": "^2.0.0",
"inquirer": "^5.0.0",
"isbot": "^2.1.0",
"jsdom": "^11.5.1",
"lodash": "^4.17.4",
"memory-cache": "^0.2.0",
"mocha": "^4.1.0",
"moment": "^2.20.1",
"multi-loader": "^0.1.0",
"node-sass": "^4.5.3",
"nodemon": "^1.14.11",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.10",
"postcss-scss": "^1.0.3",
"precss": "^2.0.0",
"prop-types": "^15.5.10",
"pwa-srcset-loader": "^1.1.2",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-hot-loader": "^3.0.0-beta.7",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-test-render": "^1.0.3",
"react-test-renderer": "^16.0.0",
"react-transform-hmr": "^1.0.4",
"redux": "^3.7.2",
"sass-loader": "^6.0.6",
"serve-favicon": "^2.4.3",
"shelljs": "^0.8.0",
"strict-uri-encode": "^2.0.0",
"style-loader": "^0.19.1",
"uglify-js": "^3.3.5",
"uglifyjs-webpack-plugin": "^1.1.6",
"universal-fetch": "^1.0.0",
"url-loader": "^0.6.2",
"webp-loader": "^0.2.1",
"webpack": "^3.5.6",
"webpack-delete-after-emit": "^1.0.5",
"webpack-dev-middleware": "^2.0.4",
"webpack-dev-server": "^2.10.1",
"webpack-hot-middleware": "^2.19.1",
"wook": "^0.1.5",
"workbox-sw": "^2.1.2"
},
"scripts": {
"start": "node scripts.js lib:build",
"build": "node scripts.js clear-src && npm run copy-babel-to-src && cross-env BABEL_ENV=production babel lib --out-dir src --copy-files",
"copy-babel-to-src": "node scripts.js copy-babel-to-src",
"prepublishOnly": "npm run build && npm run copy-babel-to-src",
"lint": "eslint -c ./.eslintrc --ignore-path ./.gitignore ./lib"
},
"keywords": [
"es7",
"nodejs"
],
"author": "Atyantik Technologies Private Limited <[email protected]> (https://www.atyantik.com/)",
"license": "MIT",
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/react-pwa",
"logo": "https://opencollective.com/opencollective/logo.txt"
},
"main": "scripts.js",
"devDependencies": {
"chokidar": "^2.0.0"
}
}