forked from pie-framework/pie-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.81 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.81 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
{
"private": true,
"scripts": {
"lint": "./node_modules/.bin/eslint --ext .js --ext .jsx packages",
"test": "scripts/build test",
"pie-clean": "lerna exec -- pie clean --dir docs/demo",
"pie-install": "lerna exec --parallel -- pie install --dir docs/demo",
"pie-pack-clean": "scripts/clean.sh",
"build": "scripts/build build",
"release": "scripts/build build release",
"release:next": "scripts/build build release --next --lernaLogLevel silly",
"postinstall": "lerna bootstrap && git config --local include.path ../.gitconfig"
},
"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/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@pie-framework/build-helper": "^5.2.4",
"@pie-lib/test-utils": "^0.2.13",
"@pslb/pslb": "^4.1.0",
"@tbranyen/jsdom": "^13.0.0",
"@types/jest": "^24.0.11",
"@yarnpkg/lockfile": "^1.1.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.4.2",
"chalk": "^2.4.2",
"child-process-promise": "^2.2.1",
"debug": "^4.1.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.8.2",
"jest": "^23.0.0",
"lerna": "^3.13.1",
"minimist": "^1.2.0",
"pacote": "^9.5.0",
"prettier": "^2.2.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"rimraf": "^2.6.2",
"semver": "^5.6.0",
"yarn": "^1.22.0"
},
"workspaces": [
"packages/*",
"packages/*/configure",
"packages/*/controller"
]
}