-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.89 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
{
"name": "myconf",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf build",
"start": "webpack-dev-server --config config/webpack.config.js --inline --color",
"build": "npm run clean && webpack --env.NODE_ENV=local --env.production --config config/webpack.config.js",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx} "
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/axios": "^0.14.0",
"@types/material-ui": "^0.20.5",
"@types/react-router": "^4.0.20",
"@types/react-router-dom": "^4.2.3",
"@types/react-transition-group": "^2.0.6",
"antd": "^3.1.4",
"axios": "^0.17.1",
"compression-webpack-plugin": "^1.1.3",
"dotenv": "^4.0.0",
"material-ui": "^1.0.0-beta.30",
"material-ui-icons": "^1.0.0-beta.17",
"moment": "^2.20.1",
"react": "^16.2.0",
"react-dev-utils": "^5.0.0",
"react-dom": "^16.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-transition-group": "^2.2.1",
"tslint": "^5.9.1"
},
"devDependencies": {
"@types/enzyme": "^3.1.8",
"@types/jest": "^22.1.0",
"@types/react": "^16.0.34",
"@types/react-dom": "^16.0.3",
"awesome-typescript-loader": "^3.4.1",
"css-loader": "^0.28.9",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^4.0.0",
"jest": "^22.1.4",
"less-loader": "^4.0.5",
"node-sass": "^4.7.2",
"react-test-renderer": "^16.2.0",
"sass-loader": "^6.0.6",
"source-map-loader": "^0.2.3",
"style-loader": "^0.19.1",
"tslint-react": "^3.4.0",
"typescript": "^2.6.2",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^3.1.14"
}
}