-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"devDependencies": {
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.0"
},
"name": "dobblitect",
"description": "",
"version": "1.0.0",
"main": "webpack.config.js",
"dependencies": {
"dobble": "^1.1.1",
"emotion": "^10.0.27",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"sha1": "^1.1.1",
"typescript-fsa": "^3.0.0",
"uuid": "^3.4.0"
},
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --config webpack.config.js",
"build": "webpack --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Neob91/dobblitect.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Neob91/dobblitect/issues"
},
"homepage": "https://github.com/Neob91/dobblitect#readme"
}