-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.02 KB
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
{
"name": "pairs",
"version": "0.0.2",
"author": {
"name": "Andrew Burton",
"email": "onge.uk@gmail.com",
"url": "https://pairs.onge.uk/"
},
"scripts": {
"serve": "webpack-dev-server --inline --hot",
"build": "jest && rimraf dist && webpack --config webpack.config.prod.js -p --progress && node node_scripts/directory-tree.js && node node_scripts/critical.js"
},
"dependencies": {
"preact": "8.2.6",
"preact-redux": "2.0.3",
"redux": "3.7.2"
},
"devDependencies": {
"@types/react": "16.0.38",
"autoprefixer": "8.0.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.1",
"babel-loader": "7.1.2",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.6.1",
"babel-runtime": "6.26.0",
"browser-sync": "2.23.6",
"browser-sync-webpack-plugin": "2.0.1",
"critical": "1.1.0",
"cross-env": "5.1.3",
"css-loader": "0.28.9",
"css-mqpacker": "6.0.2",
"directory-tree": "2.0.0",
"eslint": "4.17.0",
"eslint-config-standard": "10.2.1",
"eslint-config-standard-preact": "1.1.6",
"eslint-loader": "1.9.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-node": "6.0.0",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-react": "7.6.1",
"eslint-plugin-standard": "3.0.1",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.6",
"html-loader": "0.5.5",
"html-webpack-plugin": "2.30.1",
"img-loader": "2.0.1",
"jest": "22.3.0",
"lodash": "4.17.5",
"node-sass": "4.7.2",
"postcss-loader": "2.1.0",
"postcss-pxtorem": "4.0.1",
"postcss-responsive-type": "1.0.0",
"sass-loader": "6.0.6",
"script-ext-html-webpack-plugin": "1.8.8",
"style-loader": "0.20.1",
"stylelint": "8.4.0",
"stylelint-order": "0.8.0",
"stylelint-webpack-plugin": "0.10.2",
"uglifyjs-webpack-plugin": "1.1.8",
"url-loader": "0.6.2",
"webpack": "3.11.0",
"webpack-dev-server": "2.11.1",
"workbox-webpack-plugin": "2.1.2"
},
"jest": {
"verbose": true,
"setupTestFrameworkScriptFile": "./src/redux/reducers/localStorageMock.js"
}
}