-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.89 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
{
"name": "code-play-love",
"version": "1.0.0",
"description": "CodePlayLove – Portfolio from Paul Kamma",
"main": "cfg/index.js",
"scripts": {
"build": "npm-run-all --parallel build:js build:style",
"build:js": "webpack --config cfg/webpack.config.prod.js",
"build:style": "npm-run-all icon-font build:css",
"build:css": "NODE_ENV=production postcss --map false 'src/scss/main.css' --output 'public/assets/css/main.css' --config cfg/postcss.config.js",
"style": "npm-run-all icon-font style:css",
"style:css": "postcss 'src/scss/*.css' --dir 'public/assets/css/' --watch --config cfg/postcss.config.js",
"code": "node .",
"code:hidden": "node . --h",
"start": "npm-run-all --parallel style code",
"start:hidden": "npm-run-all --parallel style code:hidden",
"svgo": "svgo -f src/svg/ --pretty --config cfg/svgo.config.json",
"icon-font-generator": "icon-font-generator src/svg/*svg -o public/assets/fonts/slim-icon-font --html false --csstp src/handlebars/icon-font-css.hbs -f ../fonts/slim-icon-font/ --name slim-icon-font --normalize --csspath src/scss/settings/slim-icon-font.scss --j false",
"icon-font": "npm-run-all svgo icon-font-generator",
"test": "NODE_ENV=test jest --watch",
"test:coverage": "NODE_ENV=test jest --coverage"
},
"author": "Paul Kamma",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-do-expressions": "^7.5.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.5.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-react-constant-elements": "^7.5.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.6.1",
"axios": "^0.21.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.0.0",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.2.1",
"cssnano": "^4.1.10",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^5.16.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-react": "^7.14.3",
"fetch-mock": "^7.3.9",
"htmr": "^0.8.7",
"icon-font-generator": "^2.1.10",
"jest": "^25.0.0",
"jest-cli": "^25.0.0",
"jest-pnp-resolver": "^1.2.1",
"micro-emitter": "^1.2.2",
"node-fetch": "^2.6.1",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"postcss-advanced-variables": "^2.3.3",
"postcss-assets": "^5.0.0",
"postcss-at-rules-variables": "^0.1.8",
"postcss-calc": "^7.0.1",
"postcss-cli": "^6.1.3",
"postcss-conditionals": "^2.1.0",
"postcss-custom-properties": "^8.0.11",
"postcss-custom-selectors": "^5.1.2",
"postcss-each": "^0.10.0",
"postcss-easings": "^2.0.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-for": "^2.1.1",
"postcss-hexrgba": "^1.0.2",
"postcss-import": "^12.0.1",
"postcss-initial": "^3.0.1",
"postcss-inline-svg": "^3.1.1",
"postcss-input-style": "^1.0.0",
"postcss-load-config": "^2.1.0",
"postcss-nested": "^4.1.2",
"postcss-nested-ancestors": "^2.0.0",
"postcss-object-fit-images": "^1.1.2",
"postcss-pxtorem": "^4.0.1",
"postcss-quantity-queries": "^0.5.0",
"postcss-sassy-mixins": "^2.1.0",
"postcss-scss": "^2.0.0",
"postcss-selector-not": "^4.0.0",
"postcss-size": "^3.0.0",
"postcss-strip-units": "^2.0.1",
"postcss-svgo": "^4.0.2",
"postcss-will-change": "^3.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-hot-loader": "^4.12.12",
"react-redux": "^5.1.1",
"react-responsive-embed": "^2.1.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.8",
"react-stack-grid": "^0.7.1",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-mock-store": "^1.5.3",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.12.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-dev-middleware": "^3.7.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-stream": "^5.2.1",
"yargs": "^12.0.5"
},
"devDependencies": {
"enzyme-to-json": "^3.4.0"
}
}