-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 945 Bytes
/
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
{
"name": "redux-reax",
"version": "0.0.3",
"description": "Use Vuex syntax with redux",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-web-module",
"clean": "nwb clean-module",
"lint": "eslint --fix src examples/counter/src",
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server"
},
"dependencies": {},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.14.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.6.0",
"nwb": "0.21.x",
"pre-commit": "^1.2.2",
"prettier": "^1.9.2"
},
"pre-commit": [
"lint"
],
"author": "Julien Usson",
"homepage": "https://github.com/JulienUsson/redux-reax",
"license": "MIT",
"repository": "https://github.com/JulienUsson/redux-reax"
}