-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.24 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
{
"name": "cards",
"version": "1.0.0",
"description": "Cards against Bovinity",
"main": "server.js",
"scripts": {
"test": "./tests.js",
"start": "./server.js",
"postinstall": "gulp build"
},
"author": {
"name": "Lawrence Francell",
"email": "no1special@mac.com",
"url": "http://twintails.com"
},
"repository": {
"type": "git",
"url": "https://github.com/twintails/react-cards.git"
},
"engines": {
"node": ">= 12",
"npm": ">= 6"
},
"license": "ISC",
"devDependencies": {
"mini-css-extract-plugin": "^0.9.0",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/plugin-syntax-class-properties": "^7.8.3",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@babel/register": "^7.9.0",
"acorn": "^7.1.1",
"babel-eslint": "^8.0.0",
"babel-loader": "^8.1.0",
"browser-sync": "^2.26.7",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-react": "^7.19.0",
"express": "^4.16.2",
"file-loader": "^6.0.0",
"font-awesome": "^4.7.0",
"gulp-babel": "^8.0.0",
"gulp-changed": "^4.0.2",
"gulp-load-plugins": "^2.0.2",
"gulp-nodemon": "^2.5.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-util": "^3.0.8",
"jasmine": "^2.8.0",
"json-loader": "^0.5.7",
"lodash": "^4.17.15",
"node-sass": "^4.13.1",
"nodemon": "^1.18.9",
"prop-types": "^15.6.0",
"pug": "^2.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hot-loader": "^3.1.3",
"react-router-dom": "^4.2.2",
"react-svg": "^2.2.18",
"resolve-url-loader": "^2.2.0",
"rimraf": "^2.6.2",
"rxjs": "^5.4.3",
"sass-loader": "^6.0.6",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"source-map-support": "^0.4.18",
"style-loader": "^1.1.3",
"tachyons": "^4.9.0",
"tachyons-sass": "^4.8.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.0.0",
"webpack": "^4.42.1"
}
}