-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 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
{
"name": "sqlectron.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf index.html dist",
"build": "npm run clean && NODE_ENV=production webpack -p --progress",
"dev": "NODE_ENV=development webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sqlectron/sqlectron.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sqlectron/sqlectron.github.io/issues"
},
"homepage": "https://github.com/sqlectron/sqlectron.github.io#readme",
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"breakpoint-sass": "^2.6.1",
"css-loader": "^4.2.0",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"json5": "^0.4.0",
"mini-css-extract-plugin": "^0.9.0",
"node-libs-browser": "^0.5.3",
"node-sass": "^4.14.1",
"normalize.css": "^3.0.3",
"react-dom": "^16.13.1",
"react-google-analytics": "^0.2.0",
"react-hot-loader": "^4.12.21",
"sass-loader": "^7.3.1",
"static-render-webpack-plugin": "^0.1.2",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"react": "^16.13.1"
}
}