-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.43 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
{
"name": "jointohire-client",
"license": "ISC",
"version": "1.0.0",
"description": "jointohire starter with Semantic UI React and Webpack 3. Clone this as base configuration for the new app project.",
"dependencies": {
"axios": "^0.18.0",
"dotenv": "^5.0.1",
"dotenv-expand": "^4.2.0",
"each-async": "^1.1.1",
"formik": "^1.5.4",
"graphql": "^14.2.1",
"graphql-tag": "^2.10.1",
"indent-string": "^4.0.0",
"lodash": "^4.17.11",
"react": "^16.8.0",
"react-apollo": "^2.5.4",
"react-day-picker": "^7.3.0",
"react-dom": "^16.8.0",
"react-hot-loader": "^3.1.3",
"react-masonry-css": "^1.0.12",
"react-phone-input-2": "^2.7.1",
"react-router-dom": "^5.0.0",
"react-textarea-autosize": "^7.1.0",
"react-vertical-timeline-component": "^2.3.1",
"semantic-ui-less": "^2.4.1",
"semantic-ui-react": "^0.86.0",
"tachyons": "^4.11.1",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.40",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.40",
"@babel/plugin-proposal-export-default-from": "^7.0.0-beta.40",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.0.0-beta.40",
"@babel/preset-react": "^7.0.0-beta.40",
"@babel/runtime": "^7.4.4",
"autoprefixer": "^8.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chalk": "^2.4.2",
"cross-env": "^5.1.3",
"css-loader": "^0.28.10",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.6.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.9",
"fs-extra": "^5.0.0",
"html-webpack-plugin": "2.30.1",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"postcss-flexbugs-fixes": "^3.3.0",
"postcss-loader": "^2.1.0",
"react-dev-utils": "^5.0.0",
"style-loader": "^0.20.2",
"uglifyjs-webpack-plugin": "^1.2.0",
"url-loader": "^0.6.2",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.10.0",
"webpack-dev-server": "^2.11.1",
"webpack-manifest-plugin": "^1.3.2",
"webpack-merge": "^4.1.1"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"build:analyze": "cross-env ANALYZE=true node scripts/build.js"
}
}