-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 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
{
"name": "minimum-viable-react",
"version": "0.0.3",
"description": "A minimal React type framework",
"repository": {
"type": "git",
"url": "https://github.com/vividbytes/MinimumViableReact.git"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^3.0.1",
"babel": "^6.5.2",
"sinon": "^2.2.0",
"sinon-chai": "^2.8.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"eslint": "^3.14.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"webpack": "^1.14.0"
},
"dependencies": {
"babel-runtime": "^6.22.0"
},
"scripts": {
"prepublish": "node_modules/.bin/babel -d lib src --copy-files"
},
"author": "vividbytes",
"license": "MIT"
}