forked from eyedea-io/webmaster-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 3.33 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 3.33 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"private": true,
"scripts": {
"dev": "webpack-dev-server --config .config/webpack --env",
"build": "webpack -p --config .config/webpack --env",
"test-unit": "NODE_ENV=test jest workspaces --config .config/jest/config.js",
"test-lint": "stylelint './workspaces/**/*.tsx' --config ./.config/stylelint.json",
"format": "npx tslint --fix -c tslint.json ./workspaces/**/*.tsx",
"cosmos": "cosmos --config ./.config/cosmos/config.js",
"cosmos:export": "cosmos-export --config ./.config/cosmos/config.js"
},
"dependencies": {
"@fortawesome/fontawesome": "1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-pro-light": "^5.0.13",
"@fortawesome/fontawesome-pro-regular": "^5.0.13",
"@fortawesome/fontawesome-pro-solid": "^5.0.13",
"@fortawesome/react-fontawesome": "0.0.20",
"@reach/router": "^1.1.1",
"@syncano/cli": "0.12.0-alpha.cb34c83f",
"@syncano/client": "0.13.0-alpha.4d352111",
"babel-jest": "^23.4.2",
"babel-runtime": "6.26.0",
"hoist-non-react-statics": "3.0.1",
"loadable-components": "2.2.2",
"mobx": "5.0.3",
"mobx-react": "5.2.3",
"mobx-state-tree": "3.0.2",
"nprogress": "0.2.0",
"prop-types": "15.6.2",
"react": "16.4.2",
"react-cosmos": "^4.6.4",
"react-cosmos-wrapper-proxy": "^1.4.0",
"react-dom": "16.4.2",
"redbox-react": "1.6.0",
"styled-components": "^3.4.1",
"typescript-styled-plugin": "0.10.0"
},
"devDependencies": {
"@octokit/rest": "14.0.9",
"@types/jest": "23.3.1",
"@types/reach__router": "^1.0.0",
"@types/react": "16.4.7",
"@types/react-dom": "16.0.6",
"@types/react-hot-loader": "4.1.0",
"@types/react-test-renderer": "^16.0.1",
"@types/webpack-env": "1.13.6",
"awesome-typescript-loader": "5.2.0",
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-dynamic-import-webpack": "1.0.2",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-export-extensions": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"clean-webpack-plugin": "0.1.19",
"compression-webpack-plugin": "1.1.11",
"copy-webpack-plugin": "4.5.2",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"file-loader": "1.1.11",
"friendly-errors-webpack-plugin": "1.7.0",
"hard-source-webpack-plugin": "0.12.0",
"html-webpack-plugin": "3.2.0",
"jest": "23.4.2",
"jest-localstorage-mock": "2.2.0",
"react-hot-loader": "4.3.4",
"react-test-renderer": "16.4.2",
"source-map-loader": "0.2.3",
"stylelint": "9.4.0",
"stylelint-config-recommended": "2.1.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-custom-processor-loader": "0.5.0",
"stylelint-processor-styled-components": "1.3.2",
"sw-precache-webpack-plugin": "0.11.5",
"ts-jest": "23.1.2",
"tslint": "5.11.0",
"tslint-eslint-rules": "5.3.1",
"tslint-react": "3.6.0",
"typescript": "3.0.1",
"webpack": "4.16.4",
"webpack-cli": "3.1.0",
"webpack-dev-server": "3.1.5",
"webpack-manifest-plugin": "2.0.3",
"webpack-merge": "4.1.4"
}
}