-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1 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
{
"name": "javascript.kyoto",
"version": "0.0.0",
"author": "fand <[email protected]>",
"description": "javascript.kyoto implementation",
"dependencies": {
"aphrodite": "^1.2.1",
"jquery": "^3.1.1",
"mobile-detect": "^1.3.6",
"next": "beta",
"normalize.css": "^4.2.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-helmet": "^5.1.3",
"smoothscroll": "^0.3.0",
"styled-components": "2.0.0",
"three": "^0.86.0"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2016": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"browser-sync": "^2.14.0",
"cpx": "^1.5.0",
"node-sass": "^3.8.0",
"npm-run-all": "^3.0.0",
"raw-loader": "^0.5.1",
"typescript": "^2.4.1",
"webpack": "^1.13.2"
},
"keywords": [],
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build && next export",
"start": "next start"
}
}