-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 781 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 781 Bytes
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
{
"name": "statext-repo",
"version": "0.0.8",
"description": "A tiny state management solution for React",
"scripts": {
"build": "lerna run build",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'packages/*/src/**/*.js' 'packages/*/src/**/*.md'"
},
"private": true,
"workspaces": [
"packages/*"
],
"author": "eldh",
"license": "MIT",
"resolutions": {
"react": "16.4.0-alpha.0911da3",
"react-dom": "16.4.0-alpha.0911da3"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^5.3.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.21.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"lerna": "^3.0.3",
"prettier": "^1.14.2"
}
}