-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 895 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 895 Bytes
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
{
"name": "@snakesilk/react-presenter",
"description": "A React component suitable for bundling games with React created using Snakesilk.",
"license": "ISC",
"version": "0.1.2",
"scripts": {
"autoformat": "prettier --trailing-comma es5 --write './src/**/*.{js,jsx}'",
"build": "babel ./src/ --out-dir ./dist"
},
"main": "dist/index.js",
"dependencies": {
"desensitize-mousemove": "^0.1.3",
"react-full-screen": "^0.0.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-plugin-inline-react-svg": "^0.4.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"prop-types": "^15.5.10",
"react": "^15.6.1"
},
"peerDependencies": {
"@snakesilk/engine": ">=0.12.0",
"prop-types": "^15.5.10",
"react": "^15.6.1"
}
}