forked from shy2850/f2e-todomvc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.45 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.45 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
{
"name": "f2e-todomvc",
"version": "1.0.0",
"description": "A TodoMVC written with React, Redux and Immutable",
"main": "index.html",
"scripts": {
"start": "f2e start",
"lint": "eslint --ext .jsx src/ --fix",
"test": "echo no test!",
"build": "npm run lint & ./node_modules/.bin/f2e build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shy2850/f2e-todomvc.git"
},
"keywords": [
"f2e-server",
"todomvc",
"redux",
"immutable",
"react"
],
"author": "shy2850",
"license": "MIT",
"bugs": {
"url": "https://github.com/shy2850/f2e-todomvc/issues"
},
"homepage": "https://github.com/shy2850/f2e-todomvc#readme",
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1",
"f2e-middle-template": "^0.2.0",
"f2e-server": "^2.4.1",
"less": "^2.7.2"
},
"dependencies": {
"classnames": "^2.2.5",
"immutable": "^3.8.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"redux": "^3.7.2",
"requirejs": "^2.3.4",
"todomvc-app-css": "^2.1.0"
}
}