-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.41 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
{
"name": "ilc-react",
"version": "1.11.0",
"description": "iLoveCoding Front-End React Application",
"main": "src/index.js",
"repository": {
"url": "git@github.com:iLoveCodingOrg/front-end-react.git",
"type": "git"
},
"scripts": {
"screenshot": "phantomjs screenshot.js",
"start": "./node_modules/parcel/bin/cli.js --no-cache ./src/index.html",
"start:stage": "API_URL=https://api2.ilovecoding.org/api/ && npm start",
"start:prod": "API_URL=https://api.ilovecoding.org/api/ && npm start",
"prebuild": "rm -rf build",
"build": "./node_modules/parcel/bin/cli.js build --no-cache --no-source-maps --public-url=/ --out-dir=build ./src/index.html",
"postbuild": "cp _copyConfigs/_redirects build/_redirects && cp _copyConfigs/robots.txt build/robots.txt && cp _copyConfigs/* build/"
},
"keywords": [
"iLoveCoding",
"react",
"LMS"
],
"author": "Aziz Ali, @ilovecodingOrg",
"dependencies": {
"@babel/runtime": "^7.8.0",
"@u-wave/react-vimeo": "^0.5.0",
"braintree-web-drop-in-react": "^1.1.0",
"lodash": "^4.17.19",
"open-iconic": "^1.1.1",
"prop-types": "^15.6.2",
"qs": "^6.9.1",
"raven-for-redux": "^1.4.0",
"react": "^17.0.1",
"react-braintree-fields": "^1.2.0",
"react-countdown-now": "^1.3.0",
"react-dom": "^17.0.1",
"react-helmet": "^5.2.0",
"react-loadable": "^5.5.0",
"react-modal": "^3.11.1",
"react-quill": "^1.3.5",
"react-recaptcha": "^2.3.10",
"react-redux": "^5.1.2",
"react-router-dom": "^4.3.1",
"react-rte": "^0.16.3",
"react-scrollspy": "^3.4.3",
"react-toastify": "^4.4.3",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"reselect": "^3.0.1",
"store": "^2.0.12",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/plugin-proposal-class-properties": "^7.8.0",
"@babel/plugin-transform-runtime": "^7.8.0",
"@babel/preset-react": "^7.8.0",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"cssnano": "^4.1.10",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.17.0",
"parcel": "^1.12.4",
"postcss-for": "^2.1.1",
"postcss-media-variables": "^2.0.1",
"postcss-modules": "^1.5.0",
"postcss-nested": "^4.2.1",
"sass": "^1.24.4"
}
}