This repository was archived by the owner on May 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.67 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.67 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
{
"name": "react-scopes",
"version": "1.2.4",
"description": "Intuitive, modulable & flexible state management system powered by reactive data components, multi-stores, scopes logic & flux architecture",
"repository": "https://github.com/rscopes/react-scopes.git",
"license": "MIT",
"main": "dist/react-scopes.js",
"author": "Nathan Braun <n8tz.js@gmail.com>",
"scripts": {
"build": "lpack && lpack :samples",
"staging": "lpack :staging -w",
"dev": "lpack-dev-server :samples --hot",
"runBrowser": "start http://localhost:8080",
"test": "mocha --require @babel/register ./tests/*.test.jsx -b",
"testDebug": "mocha --inspect-brk --require @babel/register ./tests/*.test.jsx -b",
"testAuto": "nodemon --watch ./dist/react-scopes.js --watch ./tests/*.test.jsx --exec \"npm test\"",
"testAutoDebug": "nodemon --watch ./dist/react-scopes.js --watch ./tests/*.test.jsx --exec \"npm run testDebug\""
},
"peerDependencies": {
"prop-types": "^15.5.10",
"react-dom": "^16.3.2",
"react": "^16.3.2"
},
"dependencies": {
"@babel/runtime": "^7.6.0",
"rescope": "^4.6.2",
"rescope-spells": "^16.1.0",
"shallow-compare": "^1.2.2"
},
"devDependencies": {
"@babel/register":"^7.12.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"jsdom": "^15.1.1",
"local-web-server": "^3.0.7",
"mocha": "^6.2.0",
"nodemon": "^1.19.1",
"layer-pack": "^1.0.0",
"lpack-react": "^1.0.0",
"zombie": "^6.1.4"
}
}