-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.35 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
{
"private": true,
"scripts": {
"dev": "npx styleguidist server"
},
"workspaces": [
"./components/*"
],
"dependencies": {
"@eyedea-sockets/mailchimp": "^0.1.0",
"@eyedea-sockets/user-profile": "^0.1.0",
"@syncano/client": "^0.13.0-alpha.eab41488",
"@syncano/react-context": "^0.13.0-alpha.915742d5",
"@syncano/socket-user-auth": "^0.1.9",
"antd": "^3.5.0",
"react": "^16.3.1",
"react-dom": "^16.3.1"
},
"devDependencies": {
"@types/node": "^9.6.2",
"@types/react": "^16.3.5",
"@types/react-dom": "^16.0.4",
"@types/webpack": "^4.1.3",
"awesome-typescript-loader": "3.5.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.7.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"react-docgen-typescript": "^1.2.6",
"react-styleguidist": "^7.0.5",
"style-loader": "^0.20.3",
"styled-jsx": "^2.2.6",
"ts-import-plugin": "^1.4.4",
"tslint": "^5.9.1",
"tslint-eslint-rules": "^5.1.0",
"tslint-react": "^3.5.1",
"typescript": "^2.8.1",
"webpack": "^3.11.0"
}
}