-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.62 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
{
"name": "english_depict",
"description": "A place to help exercise your English skills.",
"version": "0.0.0",
"author": "Pepper <[email protected]>",
"main": "index.html",
"license": "mit",
"scripts": {
"build": "webpack --config config/webpack.config.js",
"start": "SET NODE_ENV=development&& nodemon server/index.js",
"prod": "node server/index.js",
"prodtest": "SET NODE_ENV=production&& nodemon server/index.js",
"react": "SET NODE_ENV=development&& node server/index.js",
"_comment1": "The section below is for testing only",
"cypresscli": "cypress run",
"cypress": "cypress open",
"test": "start-server-and-test start http://localhost:8080 cypress"
},
"browserslist": [
"last 2 version",
"> 2%"
],
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.8.3",
"@babel/register": "^7.8.6",
"apollo-boost": "^0.4.7",
"apollo-client": "^2.6.8",
"apollo-link-http": "^1.5.17",
"autoprefixer": "^9.7.4",
"aws-sdk": "^2.716.0",
"axios": "^0.19.2",
"babel-loader": "^8.0.6",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"brotli-webpack-plugin": "^1.1.0",
"chart.js": "^2.9.3",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "4.0.0",
"cookie-parser": "^1.4.4",
"copy-webpack-plugin": "6.0.3",
"core-js": "^3.6.4",
"cors": "^2.8.5",
"cross-fetch": "^3.0.5",
"cryptr": "^6.0.1",
"css-hot-loader": "^1.4.4",
"css-loader": "^3.4.2",
"dotenv": "^8.2.0",
"dotenv-webpack": "^1.7.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"express-graphql": "^0.9.0",
"express-jwt": "^5.3.1",
"express-static-gzip": "^2.0.6",
"file-loader": "^5.1.0",
"formidable": "^1.2.2",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"graphql-type-json": "^0.3.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"http": "^0.0.0",
"jimp": "^0.9.5",
"jsonwebtoken": "^8.5.1",
"mini-css-extract-plugin": "^0.9.0",
"moment": "^2.27.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"node-schedule": "^1.3.2",
"nodemailer": "^6.4.5",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pg": "^7.18.2",
"playwright": "^1.5.2",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-apollo": "^3.1.3",
"react-dom": "^16.13.0",
"react-jss": "^10.0.4",
"react-loadable": "^5.5.0",
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.3",
"responsive-loader": "^1.2.0",
"socket.io": "^2.3.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.1.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^2.3.5",
"three": "^0.114.0",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"unsplash-js": "^6.0.0",
"url-loader": "^3.0.0",
"uuid": "^7.0.2",
"webpack": "^4.42.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"cypress": "^4.1.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"nodemon": "^2.0.2",
"start-server-and-test": "^1.10.9",
"webpack-cli": "^3.3.11"
},
"repository": "https://github.com/PepperAddict/English_Depict.git"
}