This repository has been archived by the owner on Oct 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
100 lines (100 loc) · 4.72 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
{
"scripts": {
"lint": "eslint ./packages/polythene-*",
"bootstrap": "lerna bootstrap",
"clean": "lerna clean --yes",
"build": "node ./scripts/private/build && npm run build:standalone",
"build:component": "node ./scripts/private/buildComponent",
"build:component-css": "node ./scripts/private/buildComponentCSS",
"build:collect-css": "cd packages/polythene-css && npm run build",
"build:standalone": "node ./scripts/private/buildStandalone && npm run github:assets",
"dependencies:update": "node ./scripts/private/updateDependencies",
"bump:test": "node --experimental-modules ./scripts/private/bumpVersion.mjs --dry-run --version 1.7.5",
"bump:real": "node --experimental-modules ./scripts/private/bumpVersion.mjs --version 1.7.5",
"publish:test": "node --experimental-modules ./scripts/private/publish.mjs --dry-run --version 1.7.5",
"publish:real": "node --experimental-modules ./scripts/private/publish.mjs --version 1.7.5",
"github:demos": "node ./scripts/private/copyToDemos",
"github:assets": "node ./scripts/private/copyToAssets",
"typecheck": "lerna run typecheck",
"docs:check": "./node_modules/broken-link-checker/bin/blc -ro http://localhost:6419/",
"cypress:run": "cypress run",
"cypress:open": "cypress open",
"serve:mithril": "cd packages/tests-cypress-mithril && npm run serve",
"serve:react": "cd packages/tests-cypress-react && npm run serve",
"dev:mithril": "cd packages/tests-cypress-mithril && npm run dev",
"dev:react": "cd packages/tests-cypress-react && npm run dev",
"test:i:prod:mithril": "cd packages/tests-cypress-mithril && npm run build && cd - && CYPRESS_TESTS_PORT=5000 npm-run-all --parallel serve:mithril cypress:open",
"test:i:prod:react": "cd packages/tests-cypress-react && npm run build && cd - && CYPRESS_TESTS_PORT=5000 npm-run-all --parallel serve:react cypress:open",
"test:i:dev:mithril": "CYPRESS_TESTS_PORT=3000 CYPRESS_TESTS_RENDERER=mithril npm-run-all --parallel dev:mithril cypress:open",
"test:i:dev:react": "CYPRESS_TESTS_PORT=3000 CYPRESS_TESTS_RENDERER=react npm-run-all --parallel dev:react cypress:open",
"test:prod:mithril": "cd packages/tests-cypress-mithril && npm run build && cd - && CYPRESS_TESTS_PORT=5000 CYPRESS_TESTS_RENDERER=mithril npm-run-all --parallel serve:mithril cypress:run",
"test:prod:react": "cd packages/tests-cypress-react && npm run build && cd - && CYPRESS_TESTS_PORT=5000 CYPRESS_TESTS_RENDERER=react npm-run-all --parallel serve:react cypress:run"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"broken-link-checker": "^0.7.8",
"compression-webpack-plugin": "^3.1.0",
"css-loader": "^3.1.0",
"cssnano": "^4.1.10",
"cypress": "^3.4.1",
"del": "^5.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.14.3",
"fast-glob": "^3.0.4",
"fs-promise": "^2.0.3",
"glob-fs": "^0.1.7",
"j2c": "^1.0.0-4",
"j2c-plugin-prefix-browser": "^1.0.7",
"lerna": "^3.20.2",
"mini-css-extract-plugin": "0.8.0",
"minimist": "^1.2.5",
"mithril": ">=1.1.6",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"react": "^16.8.6",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-jsx": "1.0.3",
"rollup-plugin-livereload": "^1.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-pathmodify": "^1.0.1",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-uglify": "^6.0.4",
"rollup-watch": "^4.3.1",
"shelljs": "^0.8.3",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.4.3",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.38.0",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"webpack-modules": "^1.0.0",
"write-j2c": "1.0.3"
}
}