This repository was archived by the owner on Aug 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 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
{
"name": "jsapp",
"version": "1.0.6",
"description": "GistCom:FrontPage",
"author": "Edgar Marukyan",
"license": "",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/emarukyan/reactjs-store-example"
},
"devDependencies": {
"babel-jest": "*",
"browserify": "^12.0.1",
"envify": "^3.4.0",
"grunt": "^1.1.0",
"grunt-browserify": "^6.0.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-minified": "0.0.6",
"grunt-react": "^0.12.1",
"grunt-remove-logging": "~0.2.0",
"jest-cli": "*",
"node-upload-progress": "0.0.1",
"react-addons-test-utils": "0.14.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^4.0.0"
},
"dependencies": {
"es6-promise": "~2.1.0",
"jest": "0.1.40",
"object-assign": "~2.0.0",
"react": "0.14.0",
"react-dom": "0.14.0",
"react-router-component": "^0.40.0"
},
"scripts": {
"test": "jest"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/react-dom",
"<rootDir>/node_modules/fbjs",
"/node_modules/"
]
}
}