forked from patrick91/Styled-Components-Typescript-Example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 654 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 654 Bytes
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
{
"name": "StyledComponentsTS",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@types/react": "^16.0.36",
"@types/react-dom": "^16.0.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react": "^6.24.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"styled-components": "^3.1.6",
"ts-loader": "^3.4.0",
"typescript": "^2.7.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
},
"devDependencies": {
"prettier": "^1.10.2"
}
}