forked from Shopify/polaris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 4.31 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
135
136
137
138
139
{
"name": "@shopify/polaris",
"description": "Shopify’s product component library",
"version": "1.10.0",
"private": false,
"license": "MIT",
"author": "Shopify <[email protected]>",
"homepage": "https://github.com/Shopify/polaris#readme",
"repository": "https://github.com/Shopify/polaris",
"bugs": {
"url": "https://github.com/Shopify/polaris/issues"
},
"keywords": [
"shopify",
"polaris",
"react",
"components",
"component library"
],
"main": "index.js",
"module": "index.es.js",
"jsnext:main": "index.es.js",
"types": "types/index.d.ts",
"scripts": {
"lint:js": "eslint . --max-warnings 0",
"lint:ts": "tslint --config ./config/tslint/full.json './src/**/*.{ts,tsx}' --project tsconfig.json",
"lint": "npm-run-all lint:js lint:ts",
"ts": "tsc --noEmit",
"test": "jest --config ./config/jest/config.json",
"test:ci": "yarn run test -- --runInBand",
"test:watch": "yarn run test -- --watch",
"check": "npm-run-all lint ts test",
"check:ci": "npm-run-all lint ts test:ci",
"clean": "rimraf build build-esnext esnext styles types docs 'build-intermediate' 'index.*' 'embedded.js' 'styles.{css,scss}'",
"optimize": "node ./scripts/optimize.js",
"prebuild": "npm-run-all clean optimize",
"build": "babel-node ./scripts/build.js",
"dev": "webpack-dev-server --config playground/webpack.config.js --content-base playground/ --hot --inline",
"start": "echo \"Warning: no 'start' task specified. Run 'yarn dev' instead.\" && yarn dev"
},
"devDependencies": {
"@shopify/js-uploader": "github:Shopify/js-uploader",
"@types/enzyme": "^2.8.12",
"@types/jest": "^21.1.2",
"@types/lodash": "^4.14.66",
"@types/node": "^8.0.0",
"@types/react-hot-loader": "^3.0.1",
"archiver": "^2.1.0",
"awesome-typescript-loader": "^3.1.3",
"aws-sdk": "^2.58.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-preset-shopify": "^16.2.0",
"change-case": "^3.0.1",
"copyfiles": "^1.2.0",
"crypto": "^1.0.1",
"css-loader": "^0.28.3",
"cssnano": "^3.10.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"eslint": "^4.8.0",
"eslint-plugin-shopify": "^17.1.0",
"file-loader": "^1.1.5",
"fs-extra": "^4.0.2",
"generic-names": "^1.0.2",
"glob": "^7.1.2",
"identity-obj-proxy": "^3.0.0",
"image-webpack-loader": "^3.3.1",
"in-publish": "^2.0.0",
"jest": "^21.2.1",
"node-sass": "^4.5.3",
"npm-run-all": "^4.0.2",
"postcss": "^6.0.1",
"postcss-loader": "^2.0.5",
"postcss-modules-extract-imports": "^1.1.0",
"postcss-modules-local-by-default": "^1.2.0",
"postcss-modules-parser": "^1.1.1",
"postcss-modules-scope": "^1.1.0",
"postcss-modules-values": "^1.3.0",
"postcss-shopify": "^1.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"rimraf": "^2.6.1",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-json": "^2.1.1",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-pluginutils": "^2.0.1",
"sass-loader": "^6.0.6",
"sass-resources-loader": "^1.2.1",
"semver": "^5.4.1",
"shelljs": "^0.7.7",
"shx": "^0.2.2",
"style-loader": "^0.19.0",
"svgo": "^0.7.2",
"tslint": "^5.8.0",
"tslint-config-shopify": "^3.0.1",
"typescript": "^2.5.3",
"url-loader": "^0.6.2",
"webpack": "^3.7.1",
"webpack-dev-server": "^2.9.3"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0",
"react-dom": "^15.3.0 || ^16.0.0"
},
"files": [
"esnext",
"styles",
"types",
"docs",
"index.js",
"index.es.js",
"styles.css",
"styles.scss",
"embedded.js",
"embedded.d.ts"
],
"dependencies": {
"@shopify/images": "^1.1.0",
"@shopify/javascript-utilities": "^2.1.0",
"@shopify/react-utilities": "2.0.0-beta.9",
"@types/prop-types": "^15.5.2",
"@types/react": "^16.0.2",
"@types/react-dom": "^16.0.2",
"@types/react-transition-group": "^2.0.6",
"babel-runtime": "^6.23.0",
"core-js": "^2.5.1",
"hoist-non-react-statics": "^2.3.1",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react-transition-group": "^2.2.1",
"tslib": "^1.8.0"
}
}