-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (38 loc) · 915 Bytes
/
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
{
"name": "web-re",
"version": "0.0.1",
"scripts": {
"buckle:dev": "bsb -make-world -w",
"next:dev": "next -w",
"dev": "concurrently \"npm run buckle:dev\" \"npm run next:dev\"",
"build": "next build",
"start": "next start -w"
},
"license": "MIT",
"dependencies": {
"autoprefixer": "^7.1.2",
"babel-plugin-bucklescript": "^0.2.3-1",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-wrap-in-js": "^1.1.1",
"bs-platform": "^1.9.0",
"concurrently": "^3.5.0",
"glob": "^7.1.2",
"next": "^2.4.7",
"postcss-easy-import": "^2.1.0",
"postcss-loader": "^2.0.6",
"raw-loader": "^0.5.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"reason-react": "^0.2.3",
"rimraf": "^2.6.1",
"tachyons": "4.8.0"
},
"babel": {
"presets": [
"next/babel"
],
"plugins": [
"babel-plugin-bucklescript"
]
}
}