-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.49 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.49 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
{
"name": "splashextension",
"version": "0.0.1",
"private": true,
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/gulp"
},
"babel": {},
"author": "Splash Technologies Inc.",
"dependencies": {
"axios": "^0.17.1",
"chroma-js": "^1.3.6",
"chrome-promise": "^2.1.2",
"color-js": "^1.0.4",
"css-loader": "^0.28.9",
"firebase": "^4.12.1",
"gulp-util": "^3.0.8",
"postcss-increase-specificity": "^0.6.0",
"radium": "^0.24.0",
"react": "^15.5.0",
"react-bodymovin": "^1.1.2",
"react-chrome-redux": "^1.5.0",
"react-dom": "^15.5.0",
"react-redux": "^4.0.0",
"redux": "^3.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"rgba-convert": "^0.3.0",
"style-loader": "^0.20.1",
"styled-jsx": "^2.2.1",
"util": "^0.11.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"file-loader": "^1.1.6",
"gulp": "^3.9.1",
"gulp-load-plugins": "^1.2.0",
"gulp-rename": "^1.2.2",
"postcss-parent-selector": "^1.0.0",
"rimraf": "^2.5.0",
"styled-jsx-plugin-postcss": "^0.1.2",
"url-loader": "^0.6.2",
"webpack": "^2.6.0"
}
}