-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 2.2 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
{
"name": "composite-ui",
"dependencies": {
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"classnames": "^2.2.6",
"css-vars-ponyfill": "^1.9.0",
"dompurify": "^1.0.7",
"express": "^4.16.2",
"express-redirect": "^1.2.2",
"formik": "^1.1.1",
"ignore-styles": "^5.0.1",
"isomorphic-fetch": "^2.2.1",
"lin3s-react-analytics": "^0.0.1",
"lodash.throttle": "^4.1.1",
"moment": "^2.22.2",
"objectFitPolyfill": "^2.1.1",
"p-cancelable": "^0.5.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-cookie-banner": "^4.0.0",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-id-swiper": "^1.6.6",
"react-onclickoutside": "^6.7.1",
"react-redux": "^5.0.6",
"react-responsive-redux": "^0.6.0",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.2.2",
"react-router-named-routes": "^0.0.20",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "^1.1.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"wpapi": "^1.1.2"
},
"scripts": {
"start": "NODE_ENV=development react-app-rewired start",
"build": "NODE_ENV=production react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"serve": "NODE_ENV=development node_modules/.bin/nodemon server/index.js",
"deploy": "NODE_ENV=production node server/index.js",
"fixer-js": "node_modules/.bin/prettier 'server/**/*.js' 'src/**/*.js' --write --single-quote --no-bracket-spacing --trailing-comma all",
"fixer-css": "node_modules/.bin/stylelint -c .stylelintrc.js src/**/*.css --fix",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
},
"devDependencies": {
"fs": "^0.0.1-security",
"jsdom": "^12.0.0",
"nodemon": "^1.14.11",
"path": "^0.12.7",
"prettier": "^1.10.2",
"react-app-rewire-babel-loader": "^0.1.1",
"react-app-rewire-eslint": "^0.2.3",
"react-app-rewire-stylelint": "^0.1.1",
"react-app-rewired": "^1.4.1",
"stylelint": "^9.0.0",
"stylelint-order": "^0.8.0",
"stylelint-selector-bem-pattern": "^2.0.0",
"stylelint-webpack-plugin": "^0.10.2"
}
}