This repository was archived by the owner on May 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 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
{
"name": "ts-react-webpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server",
"lint": "npx tslint --project ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/validatorjs": "^3.7.1",
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"postcss-loader": "^3.0.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"tslint": "^5.11.0",
"typescript": "^3.1.3",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"dependencies": {
"@types/graphql": "^14.0.3",
"@types/react": "^16.4.16",
"@types/react-dom": "^16.0.9",
"@types/react-router-dom": "^4.3.1",
"antd": "^3.10.0",
"autoprefixer": "^9.2.1",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"mobx": "^5.5.1",
"mobx-react": "^5.3.4",
"mobx-react-form": "^1.35.1",
"postcss-color-function": "^4.0.1",
"postcss-preset-env": "^6.1.1",
"postcss-typography": "^1.0.0",
"postcss-use": "^3.0.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-mobx": "0.0.4",
"react-router-dom": "^4.3.1",
"typography-theme-lincoln": "^0.15.11",
"validatorjs": "^3.14.2"
}
}