-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.43 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.43 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
72
73
74
75
76
77
78
79
80
81
{
"name": "codingsin",
"version": "1.0.0",
"description": "coding edu",
"main": "webpack.config.js",
"scripts": {
"start": "node_modules/.bin/webpack-dev-server --progress",
"build": "NODE_ENV=production node_modules/.bin/webpack --config ./webpack.production.config.js --progress",
"clean": "rm -rf build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snutiise/codingsin.git"
},
"author": "snutiise",
"license": "ISC",
"bugs": {
"url": "https://github.com/snutiise/codingsin/issues"
},
"homepage": "https://github.com/snutiise/codingsin#readme",
"dependencies": {
"aws-sdk": "^2.358.0",
"axios": "^0.17.1",
"babel-cli": "^6.26.0",
"body-parser": "^1.18.2",
"codemirror": "^5.40.2",
"cookie-parser": "^1.4.3",
"create-react-class": "^15.6.3",
"crypto-js": "^3.1.9-1",
"dotenv": "^6.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"jquery": "^3.2.1",
"mongodb": "^3.0.1",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"node-scripts": "^1.0.6",
"nodemailer": "^4.6.8",
"prop-types": "^15.6.0",
"rc-calendar": "^9.7.6",
"react": "^16.2.0",
"react-addons-update": "^15.6.2",
"react-codemirror": "^1.0.0",
"react-codemirror2": "^5.1.0",
"react-datepicker": "^2.0.0",
"react-dom": "^16.2.0",
"react-facebook-login": "^4.1.1",
"react-google-login": "^3.2.1",
"react-highlight": "^0.12.0",
"react-responsive-carousel": "^3.1.41",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "^1.1.5",
"react-slideshow-image": "^1.0.6",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.77.1",
"socket.io": "^2.1.1",
"webpack-cli": "^3.1.0"
},
"devDependencies": {
"@babel/preset-es2016": "^7.0.0-beta.53",
"@babel/preset-stage-0": "^7.0.0",
"autoprefixer": "^7.2.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"postcss-loader": "^2.0.9",
"react-transform-hmr": "^1.0.4",
"style-loader": "^0.19.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}