-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
47
48
49
50
51
{
"name": "lonely_routine",
"version": "1.0.0",
"description": "A game and animation framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --watch",
"dev": "webpack-dev-server --watch --color --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spade69/lonelyRoutine.git"
},
"author": "Jason",
"license": "MIT",
"bugs": {
"url": "https://github.com/spade69/lonelyRoutine/issues"
},
"homepage": "https://github.com/spade69/lonelyRoutine#readme",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-env": "^1.1.8",
"babel-preset-react": "^6.22.0",
"css-loader": "^0.26.1",
"file-loader": "^0.10.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.1.1",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.1.1",
"gulp-webpack": "^1.5.0",
"node-sass": "^4.5.0",
"postcss-loader": "^1.2.2",
"sass-loader": "^5.0.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"dependencies": {
"isomorphic-style-loader": "^1.1.0",
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}