-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.64 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.64 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
{
"name": "queryit-smart",
"version": "1.0.0",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/groovenauts/QueryItSmart.git"
},
"scripts": {
"build": "webpack -p --config webpack.config.prod.js",
"dev": "webpack --watch --display-error-details",
"start": "NODE_ENV=production node server.js"
},
"engines": {
"node": ">=8"
},
"license": "MIT",
"dependencies": {
"@google-cloud/bigquery": "^6.0.3",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-3": "^6.22.0",
"body-parser": "^1.20.4",
"classnames": "^2.2.6",
"ejs": "^3.1.10",
"express": "^4.22.1",
"express-recaptcha": "^2.3.0",
"flexboxgrid": "^6.3.1",
"fs": "^0.0.1-security",
"gsap": "^3.6.0",
"lodash": "^4.18.1",
"material-ui": "^0.18.7",
"morgan": "^1.10.1",
"path": "^0.12.7",
"react": "^15.6.2",
"react-async-script": "^0.8.0",
"react-dom": "^15.6.2",
"react-google-recaptcha": "^0.8.1",
"react-gsap-enhancer": "^0.3.0",
"react-redux": "^5.1.1",
"react-tap-event-plugin": "^2.0.1",
"react-typist": "^1.0.3",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0",
"superagent": "^4.1.0",
"url-loader": "^1.1.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"css-loader": "^6.8.1",
"file-loader": "^3.0.1",
"node-sass": "^9.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^5.104.1",
"webpack-cli": "^5.1.4"
}
}