This repository has been archived by the owner on Apr 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
134 lines (134 loc) · 4.27 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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "design-system-website",
"version": "1.3.2",
"private": true,
"devDependencies": {
"@frctl/fractal": "^1.1.0",
"autoprefixer": "6.5.1",
"babel-cli": "^6.18.0",
"babel-core": "^6.24.0",
"babel-eslint": "^6.1.2",
"babel-jest": "^18.0.0",
"babel-loader": "^6.3.2",
"babel-plugin-minify-dead-code-elimination": "^0.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-inline-environment-variables": "0.0.2",
"babel-preset-env": "^1.1.11",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-1": "^6.22.0",
"babel-watch": "^2.0.7",
"case-sensitive-paths-webpack-plugin": "1.1.4",
"chalk": "1.1.3",
"concurrently": "^3.5.1",
"connect-history-api-fallback": "1.3.0",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^2.5.0",
"cross-spawn": "4.0.2",
"css-loader": "^0.26.1",
"custom-event": "^1.0.0",
"detect-port": "1.0.1",
"dotenv": "2.0.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "0.9.0",
"filesize": "3.3.0",
"fs-extra": "0.30.0",
"gzip-size": "3.0.0",
"highlight.js": "^9.12.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "2.24.0",
"http-proxy-middleware": "0.17.2",
"image-webpack-loader": "^3.2.0",
"img-loader": "^1.3.1",
"jest": "17.0.2",
"json-loader": "0.5.4",
"markdown-loader": "^0.1.7",
"node-sass": "^4.9.3",
"object-assign": "4.1.0",
"path-exists": "2.1.0",
"postcss-load-config": "^1.2.0",
"postcss-loader": "1.3.3",
"promise": "7.1.1",
"raw-loader": "^0.5.1",
"react-copy-to-clipboard": "^4.2.3",
"react-dev-utils": "^0.4.2",
"react-ga": "^2.2.0",
"react-router-scroll": "^0.4.1",
"recursive-readdir": "2.1.0",
"sass-loader": "^4.1.1",
"strip-ansi": "3.0.1",
"style-loader": "^0.13.1",
"url-loader": "0.5.7",
"webpack": "^2.4.1",
"webpack-bundle-analyzer": "^2.3.1",
"webpack-dev-server": "2.4.2",
"webpack-hot-middleware": "^2.18.0",
"webpack-manifest-plugin": "1.1.0",
"whatwg-fetch": "1.0.0",
"yaml-front-matter": "^3.4.0"
},
"dependencies": {
"axios": "^0.16.2",
"babel-polyfill": "^6.23.0",
"carbon-components": "9.17.0",
"carbon-components-react": "6.32.3",
"carbon-icons": "7.0.7",
"classnames": "^2.2.5",
"color": "^1.0.3",
"compression": "^1.6.2",
"express": "^4.15.2",
"front-matter": "^2.1.1",
"glamor": "^3.0.0-2",
"glamorous": "^3.23.5",
"lodash.debounce": "^4.0.8",
"markdown-it": "^8.3.1",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-task-lists": "^2.1.0",
"mo-js": "^0.288.2",
"prismjs": "^1.6.0",
"prop-types": "^15.5.8",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-router": "^3.0.0",
"window-or-global": "^1.0.0"
},
"scripts": {
"dev": "npm run front-matter && node scripts/start.js",
"build-external": "ENV=external node scripts/build.js",
"build-internal": "ENV=internal node scripts/build.js",
"build": "echo 'ERROR: Please specify environment by running either build-external or build-internal. This will set the correct environment variable for the build.'",
"test": "node scripts/test.js --env=jsdom",
"front-matter": "node scripts/frontmatter.js",
"start": "NODE_ENV=production node index.js",
"server": "concurrently \"npm run dev\" \"babel-watch index.js\""
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}"
],
"setupFiles": [
"<rootDir>/config/polyfills.js"
],
"testPathIgnorePatterns": [
"<rootDir>[/\\\\](build|docs|node_modules)[/\\\\]"
],
"testEnvironment": "node",
"testURL": "http://localhost",
"transform": {
"^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
],
"moduleNameMapper": {
"^react-native$": "react-native-web"
}
}
}