-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 889 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 889 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
{
"name": "journal",
"author": "Conor Davidson",
"version": "1.0.0",
"license": "MIT",
"main": "dist/index.js",
"dependencies": {
"basement": "https://github.com/sanctuarycomputer/basement.git",
"classnames": "^2.2.6",
"lodash": "^4.17.11",
"node-sass": "^4.9.4",
"react": "^16.6.0"
},
"scripts": {
"build": "BABEL_ENV=production node_modules/.bin/babel --out-dir='dist' src --copy-files --source-maps",
"build:watch": "BABEL_ENV=production node_modules/.bin/babel -w --verbose --out-dir='dist' src --copy-files --source-maps"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-plugin-module-resolver": "^3.2.0"
}
}