-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.46 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": "ivan-tooloop",
"version": "0.0.1",
"description": "",
"main": "index.html",
"scripts": {
"start": "parcel index.html",
"build": "rimraf docs && parcel build --out-dir docs --public-url /ivan-tooloop index.html",
"test": "echo \"Error: no test specified\" && exit 1",
"svg": "pixo src/assets/svg --out-dir src/assets/svgReact"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saitonakamura/ivan-tooloop.git"
},
"keywords": [
"event loop",
"presentation",
"presa"
],
"author": "Mikhail Bashurov",
"license": "MIT",
"bugs": {
"url": "https://github.com/saitonakamura/ivan-tooloop/issues"
},
"homepage": "https://github.com/saitonakamura/ivan-tooloop#readme",
"dependencies": {
"@saitonakamura/presa": "^1.1.4",
"polished": "^1.9.2",
"presa": "^1.0.3",
"react": "^16.4.0",
"react-dom": "^16.3.2",
"react-spring": "^5.1.1",
"react-syntax-highlighter": "^7.0.4",
"styled-components": "^2.4.0"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-react": "^7.7.0",
"parcel-bundler": "^1.7.1",
"pixo": "^1.0.2",
"prettier": "^1.12.1"
}
}