-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.92 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.92 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
{
"name": "@pie-ui/pie-ui",
"version": "1.0.0",
"description": "the pie-elements mono repo",
"private": true,
"license": "MIT",
"engines": {
"node": ">=11.2.0"
},
"scripts": {
"postinstall": "lerna bootstrap",
"test": "scripts/build test",
"release": "scripts/build release",
"release:next": "scripts/build release --next",
"lint": "scripts/build lint",
"clean": "scripts/build clean",
"build": "scripts/build build",
"build:demo": "scripts/build buildDemo",
"deploy:demo:next": "scripts/build deployDemo --next",
"deploy:demo": "scripts/build deployDemo",
"prepack": "scripts/build changelog",
"update-lib-versions": "lerna exec -- \\$LERNA_ROOT_PATH/scripts/update-lib-versions"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@pie-framework/build-helper": "^5.2.3",
"@pie-lib/test-utils": "0.2.14",
"@pslb/pslb": "^4.1.0",
"@types/jest": "^24.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^24.1.0",
"debug": "^3.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.12.1",
"enzyme-to-json": "^3.3.3",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.12.4",
"fs-extra": "^7.0.1",
"invariant": "^2.2.4",
"jest": "^24.1.0",
"lerna": "^3.13.0",
"minimist": "^1.2.0",
"node-fetch": "^2.6.1",
"now": "^13.1.3",
"npm-check-updates": "^9.0.2",
"opn": "^5.4.0",
"prettier": "^2.1.2",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-test-renderer": "^16.8.6"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"mathjs": "^6.6.1",
"ncu": "^0.2.1"
}
}