-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.46 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.46 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
{
"name": "video-test",
"private": true,
"scripts": {
"start": "spin start",
"build": "spin build",
"test": "spin test"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@types/cors": "^2.8.4",
"@types/express": "^4.11.1",
"@types/graphql": "^0.13.1",
"@types/node": "10.1.4",
"@types/prop-types": "^15.5.3",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"@types/react-router-dom": "^4.3.1",
"@types/styled-components": "^4.1.4",
"@types/webpack-env": "^1.13.6",
"@types/ws": "^5.1.1",
"autoprefixer": "^7.2.5",
"css-loader": "^0.28.9",
"dotenv": "^5.0.0",
"dotenv-expand": "^4.2.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"graphql-tag": "^2.6.1",
"graphql-tools": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"less": "^3.0.2",
"less-loader": "^4.1.0",
"postcss-loader": "2.0.10",
"prettier": "^1.12.1",
"sass-loader": "7.0.1",
"source-map-support": "^0.5.6",
"spinjs": "^0.4.176",
"style-loader": "0.19.1",
"ts-loader": "^2.3.7",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.5.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^2.8.3",
"uglifyjs-webpack-plugin": "1.1.6",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.2",
"webpack-manifest-plugin": "1.3.2",
"webpack-virtual-modules": "^0.1.10"
},
"resolutions": {
"@types/react": "16.3.14"
}
}