-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "omniscientjs.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "gulp",
"watch": "gulp asset-watch",
"jekyll-build": "gulp jekyll-build",
"start": "jekyll serve"
},
"engines": {
"node": "4.0.0"
},
"author": "",
"license": "MIT",
"dependencies": {
"chai": "^3.2.0",
"codemirror": "^5.0.0",
"immstruct": "^2.0.0",
"immutable": "^3.6.2",
"mocha": "^2.1.0",
"omniscient": "omniscientjs/omniscient",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
"redux": "^3.0.4",
"redux-thunk": "^1.0.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"css-loader": "^0.19.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-if": "^2.0.0",
"gulp-sass": "^2.0.4",
"gulp-webpack": "^1.2.0",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"style-loader": "^0.12.4",
"vinyl-named": "^1.1.0",
"webpack": "^1.12.2"
}
}